Erik Amaru Ortiz
b25efdd866
Adding Rest Api Service Support
...
Rest Service on plugins
-----------------------
1. enable service
add the following line in plugin __constructor main class
$this->enableRestService(true);
2. Create the sources directory structure by example:
if you plugin is named myPlugin
myPlugin
|--src
|--Services
|--Api
|--MyPlugin
|--Test.php
Where Test.php is a Restler class
2013-12-03 17:10:18 -04:00
..
2013-06-05 12:28:48 -04:00
2012-11-30 10:47:17 -04:00
2013-12-02 17:36:37 -04:00
2013-09-12 10:15:38 -04:00
2013-07-25 11:14:31 -04:00
2013-11-20 11:45:58 -04:00
2013-11-15 12:03:58 -04:00
2013-04-29 16:48:29 -04:00
2013-11-15 12:41:37 -08:00
2013-07-15 17:30:59 -04:00
2013-05-02 13:44:29 -04:00
2012-11-30 10:47:17 -04:00
2013-01-31 10:41:53 -04:00
2013-03-14 12:36:34 -04:00
2013-03-12 10:24:34 -04:00
2013-08-16 16:29:49 -04:00
2013-01-31 10:41:53 -04:00
2013-11-28 14:18:59 -04:00
2012-12-13 11:58:34 -04:00
2013-03-14 14:51:01 -04:00
2013-09-26 09:47:21 -04:00
2013-03-14 15:51:16 -04:00
2013-06-05 12:28:48 -04:00
2012-11-30 10:47:17 -04:00
2013-06-05 16:23:39 -04:00
2013-12-03 17:10:18 -04:00
2013-12-03 17:10:18 -04:00
2013-07-17 14:06:22 -04:00
2013-07-15 10:31:11 -04:00
2013-03-14 14:51:01 -04:00
2013-10-08 08:59:49 -04:00
2013-07-09 17:13:27 -04:00
2013-08-22 06:12:33 -07:00
2013-10-19 11:21:07 -04:00
2013-04-05 12:18:05 -04:00
2013-03-21 13:06:02 -04:00
2013-06-05 12:28:48 -04:00
2013-03-14 11:33:31 -04:00
2013-06-05 12:28:48 -04:00
2013-08-23 13:04:37 -04:00
2013-08-27 16:58:13 -04:00
2013-03-14 11:33:31 -04:00
2013-03-05 14:11:12 -04:00
2013-03-05 15:07:55 -04:00
2013-10-25 11:23:48 -04:00
2013-11-11 10:46:22 -04:00
2013-07-19 16:09:26 -04:00