Hi Georg, I would advise you to use the great RPC for PHP contrib by Derrell. Just look at qooxdoo.org section contribution.
Regards Sak Von meinem iPhone gesendet Am 14.10.2010 um 06:46 schrieb georg <[email protected]>: > > Hello, > > in the example of the RemoteModel gives two php-files, > getTableRowData.php and getTableCount.php > > > getTableRowData.php: > <?php > > $arr = array ('first'=>'John','last'=>'Doe'); > > echo "result = {[", json_encode($arr),"]};"; > > ?> > This is the url string, but the last row is 49. > > XHR finished loading: > "http://localhost/services/getTableRowData.php?from=0&to=49&nocache=1287031194206 > > ". > > The table is shown with the correct umber of rows but no content > appears. > > Can anyone help me to fix the problem? > > Best Regards, > Georg > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/getTableRowData-php-tp5633729p5633729.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > --- > --- > --- > --------------------------------------------------------------------- > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating > great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
