Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / direct / php / config.php
diff --git a/examples/direct/php/config.php b/examples/direct/php/config.php
new file mode 100644 (file)
index 0000000..24f6acf
--- /dev/null
@@ -0,0 +1,34 @@
+<?php\r
+$API = array(\r
+    'TestAction'=>array(\r
+        'methods'=>array(\r
+            'doEcho'=>array(\r
+                'len'=>1\r
+            ),\r
+            'multiply'=>array(\r
+                'len'=>1\r
+            ),\r
+            'getTree'=>array(\r
+                    'len'=>1\r
+            )\r
+        )\r
+    ),\r
+\r
+    'Profile'=>array(\r
+        'methods'=>array(\r
+            'getBasicInfo'=>array(\r
+                'len'=>2\r
+            ),\r
+            'getPhoneInfo'=>array(\r
+                'len'=>1\r
+            ),\r
+            'getLocationInfo'=>array(\r
+                'len'=>1\r
+            ),\r
+            'updateBasicInfo'=>array(\r
+                'len'=>2,\r
+                'formHandler'=>true\r
+            )\r
+        )\r
+    )\r
+);
\ No newline at end of file