X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/examples/direct/php/config.php diff --git a/examples/direct/php/config.php b/examples/direct/php/config.php index 24f6acfa..35311332 100644 --- a/examples/direct/php/config.php +++ b/examples/direct/php/config.php @@ -1,34 +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 - ) - ) - ) +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