X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/direct/php/config.php diff --git a/examples/direct/php/config.php b/examples/direct/php/config.php new file mode 100644 index 00000000..24f6acfa --- /dev/null +++ b/examples/direct/php/config.php @@ -0,0 +1,34 @@ +array( + 'methods'=>array( + 'doEcho'=>array( + 'len'=>1 + ), + 'multiply'=>array( + 'len'=>1 + ), + 'getTree'=>array( + 'len'=>1 + ) + ) + ), + + 'Profile'=>array( + 'methods'=>array( + 'getBasicInfo'=>array( + 'len'=>2 + ), + 'getPhoneInfo'=>array( + 'len'=>1 + ), + 'getLocationInfo'=>array( + 'len'=>1 + ), + 'updateBasicInfo'=>array( + 'len'=>2, + 'formHandler'=>true + ) + ) + ) +); \ No newline at end of file