X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/examples/direct/php/api.php diff --git a/examples/direct/php/api.php b/examples/direct/php/api.php index a1a6828c..de708093 100644 --- a/examples/direct/php/api.php +++ b/examples/direct/php/api.php @@ -1,31 +1,31 @@ -&$a){ - $methods = array(); - foreach($a['methods'] as $mname=>&$m){ - $md = array( - 'name'=>$mname, - 'len'=>$m['len'] - ); - if(isset($m['formHandler']) && $m['formHandler']){ - $md['formHandler'] = true; - } - $methods[] = $md; - } - $actions[$aname] = $methods; -} - -$cfg = array( - 'url'=>'php/router.php', - 'type'=>'remoting', - 'actions'=>$actions -); - -echo 'Ext.app.REMOTING_API = '; - -echo json_encode($cfg); -echo ';'; +&$a){ + $methods = array(); + foreach($a['methods'] as $mname=>&$m){ + $md = array( + 'name'=>$mname, + 'len'=>$m['len'] + ); + if(isset($m['formHandler']) && $m['formHandler']){ + $md['formHandler'] = true; + } + $methods[] = $md; + } + $actions[$aname] = $methods; +} + +$cfg = array( + 'url'=>'php/router.php', + 'type'=>'remoting', + 'actions'=>$actions +); + +echo 'Ext.app.REMOTING_API = '; + +echo json_encode($cfg); +echo ';';