X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/restful/remote/lib/session_db.php diff --git a/examples/restful/remote/lib/session_db.php b/examples/restful/remote/lib/session_db.php new file mode 100644 index 00000000..fef4efa7 --- /dev/null +++ b/examples/restful/remote/lib/session_db.php @@ -0,0 +1,42 @@ + 1, 'first' => "Fred", 'last' => 'Flintstone', 'email' => 'fred@flintstone.com'), + array('id' => 2, 'first' => "Wilma", 'last' => 'Flintstone', 'email' => 'wilma@flintstone.com'), + array('id' => 3, 'first' => "Pebbles", 'last' => 'Flintstone', 'email' => 'pebbles@flintstone.com'), + array('id' => 4, 'first' => "Barney", 'last' => 'Rubble', 'email' => 'barney@rubble.com'), + array('id' => 5, 'first' => "Betty", 'last' => 'Rubble', 'email' => 'betty@rubble.com'), + array('id' => 6, 'first' => "BamBam", 'last' => 'Rubble', 'email' => 'bambam@rubble.com') + ); +}