Re: [qooxdoo-devel] Add users to mysql

2012-10-09 Thread Roman Gratchev
Also you do not refuse to read the documentation for the class http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote.Rpc see offers developers exchange format http://manual.qooxdoo.org/current/pages/communication/rpc.html and as an example backend implemented in the required language http://qoo

Re: [qooxdoo-devel] Add users to mysql

2012-10-09 Thread deniska
Get http request object > getHTTPRequestObject: function() > { > try { return new XMLHttpRequest(); } > catch(e) {} > try { return new > ActiveXObject("Msxml