
codeigniter
Video: Set up a REST API with CodeIgniter | Blog | Phil Sturgeon
deIgniter Base Classes: Keeping it DRY | Blog | Phil Sturgeon
Most applications in CodeIgniter will have various types of pages. The public frontend, a backend admin panel, perhaps some sort of moderator or staff panel, etc. Logic for these types of pages is normally copied between all of their different Controllers which means, for example, if the way the admin area protection is handled is changed there will be lots of Controllers to change and test.code · Video for Everybody!
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
Working with RESTful Services in CodeIgniter
Tank Auth authentication library for CodeIgniter
Tank Auth is an authentication library for PHP-framework CodeIgniter .A Quick Code Igniter and JQuery Ajax Tutorial | Michael Forbes – Online Experience Engineer
Unit Testing for Codeigniter - Hasitha's Ramblings
I love Ruby on Rails’ resourceful routing patterns.

