X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/restful/restful.html diff --git a/examples/restful/restful.html b/examples/restful/restful.html new file mode 100644 index 00000000..c3013743 --- /dev/null +++ b/examples/restful/restful.html @@ -0,0 +1,24 @@ + + + + + Rest Proxy Example + + + + + + + + +

Rest Proxy Example

+

This example shows how to implement a Store using a REST proxy. + +

Note that the js is not minified so it is readable. See restful.js

+ +

Take note of the requests being generated in Firebug as you interact with the Grid.

+ +

The Proxy in this example points to a single url app.php/users. You may have to edit your web-server's configuration to allow the +php back-end to be executable. app.php implements a simple RESTful backend controller and simulates a database by storing records in the $_SESSION.

+ + \ No newline at end of file