Phil Sturgeon

Web developer, kayaker, outdoors madman and part-time alcoholic.


Archive

April '10

Tiny REST framework in PHP

Based on Twiny framework and my CodeIgniter REST server I have created a really simple RESTful framework that lets you use CodeIgniter style controllers without any of the extra weight of using a whole framework. It lets you handle GET, POST, PUT, DELETE requests with ease and return data in XML, JSON, HTML tables, Serialize, PHP syntax and CSV. Read More »

Posted: Apr 28, 2010  Category: PHP


CodeIgniter Packages != Modules

So many people are asking about the new Packages feature in CodeIgniter 2.0 that I need to put this to bed. Packages are not modules, they are entirely different concepts and should not be confused. Hopefully that is enough convincing for most of you but if you need to know more, read on.
Read More »

Posted: Apr 12, 2010  Category: CodeIgniter