Building REST APIs code Igniter
问题 I am trying to develop REST APIs for my website. I am using CodeIgniter's PHP Framework. I have followed the tutorial mentioned on http://code.tutsplus.com/tutorials/working-with-restful-services-in-codeigniter-2--net-8814 to create the restful apis. The tutorial is based upon the code developed on https://github.com/chriskacerguis/codeigniter-restserver I have placed the rest.php in application/config folder and REST_Controller.php in application/libraries/ I have created an api in