summaryrefslogtreecommitdiff
path: root/core/controllers/rest.php
AgeCommit message (Collapse)Author
2008-11-11Create REST_Controller abstract base class for all REST based resourceBharat Mediratta
controllers. Any controller that wants to act RESTful can extend this class and implement get/post/put/delete. Tweak default routes to disallow direct access to the REST controller and direct access to any REST methods.