API / PHP / Programmings

Building a RESTful Service using CodeIgniter

Originally posted on Me Bhoomi:
I recently built a RESTful web service to integrate two web applications, and I thought I would document that effort for the benefit of others. If you need to implement a RESTful service, this tutorial will give you a quick start. First off, I am happy to report that the CodeIgniter PHP application framework…