codeigniter

FacebookTwitter
http://philsturgeon.co.uk/blog/2011/03/video-set-up-a-rest-api-with-codeigniter Tonight I started working on the RESTful API for PancakeApp - an invoicing system built in CodeIgniter - when I remembered how many people have been asking for help using REST_Controller.

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. http://philsturgeon.co.uk/blog/2010/02/CodeIgniter-Base-Classes-Keeping-it-DRY

code · Video for Everybody!

http://camendesign.com/code/video_for_everybody Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 <video> element, falling back to Flash automatically without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don’t support Flash) and on many browsers and platforms . Thanks to the rapid adoption of HTML5 video happening right now, Video for Everybody isn’t the only solution around .
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

http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/
http://konyukhov.com/soft/tank_auth/

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

http://mrforbes.com/blog/2009/01/a-quick-code-igniter-and-jquery-ajax-tutorial/ This tutorial assumes a basic working knowledge of Code Igniter. If you have never used CI before, please refer to the framework documentation In the old days (2 years ago), working the Javascript magic to create a cool AJAX based event took a fairly decent working knowledge of the mechanisms behind the process.
http://hasitha.posterous.com/unit-testing-for-codeigniter Aug 14 If you are dealing with OOP (Object Oriented Programming), and if you are working on a large project that requires the contributions of a whole team, things can get ugly pretty fast.

Unit Testing for Codeigniter - Hasitha's Ramblings

I love Ruby on Rails’ resourceful routing patterns. http://jamieonsoftware.com/journal/2011/4/15/restful-codeigniter-routes.html

Jamie On Software - Journal - RESTful CodeIgniter Routes