Categories: Dev News
CodeIgniter is becoming well known for its power as a PHP based web application framework, but it’s not often that we see examples of it being used for anything else. Today we’ll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter. Tutorial Details Program : CodeIgniter, CodeIgniter REST server and CodeIgniter REST client Difficulty: Medium Estimated Completion Time: 30 minutes Introduction If you have been following the CodeIgniter From Scratch series you will know by now that it is relatively quick and easy to put together simple web applications, such as blogs, CMS systems, brochure sites, etc

Read the original post:
Working with RESTful Services in CodeIgniter
No Comments yet