Review: CodeIgniter for Rapid PHP Application Development : Comments
February 12, 2008
Comments
Just as a note, CI’s “Active Record” does not use the Active Record pattern. Strange but true. There is no ORM built into CI.
That’s true, anon, although several CodeIgniter developers are working on it ;)
CI is alot like CakePHP 0.9.2. If you find CI not doing enough for you (like the ORM mentioned) you might check out Cake. It’s more mature and more complete.
http://www.cakephp.org
I have to say that I bought this book and was extremely disappointed by it. I certainly learned some things but it feels very incomplete – even his example application gets only partway built before the book ends. I just really think it was rushed for some reason and left me really feeling like I could learn more from the CI forums. Its got plenty to teach a CI newbie, but not a whole lot more than that.
Intriguing…after using Rails for awhile — I have come to appreciate the simplicity of deployment with php apps. vs. rails.
@Anthony Ettinger: Hell yes! Also, because some of the only things that ease deployment of Rails apps are not environment-specific, we (php developers) can use them too! (Capistrano)
As for CakePHP, its 1.2 version should be finalized fairly soon. Though the docs team is still finding it’s way, the core team is on solid footing. I’ve been deploying with 1.2 for a while now and when it goes final, it will still be excellent.

You can use this
feed to keep up with the comments made on this article.