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

Reply via email to