Jan
06
Kohana or CodeIgniter or CakePHP?
Posted by | Posted in PHP, Personal, Thoughts | Posted on 06-Jan-2010
Tagged Under : CakePHP, CodeIgniter, Frameworks, Kohana, KohanaPHP, PHP, PHP Frameworks, PHP5
I am going to start on a small system for internal use and I wanted to re-think my choice of CodeIgniter because it does not have templates or ORM. Guess what, I landed with KohanaPHP. It sounds very tempting that a new MVC Framework based on CodeIgniter with new features (especially ORM) is here but the documentation is really really poor.
I tried googling for a book or tutorial and I was really disappointed to have found none. I tried Amazon.com for a book but no books. Looks like I have landed in some weird space that might be good looking but I need to get my hands dirty in the code to learn it and at the end of the day, it may seem that I have lost a lot of hours on this new Framework. Lets give it a try!




CI does support ORM.
How do you relate two tables in CI ORM?
Any examples?
Here is an good example of configuring and using doctrine (ORM)
http://codeigniter.com/wiki/Using_Doctrine_with_Code_Igniter/
My favorite ORM for CodeIgniter is Datamapper Over Zealous Edition
Link to the thread
http://codeigniter.com/forums/viewthread/136039/