Which ORM for codeigniter? [closed] Which ORM for codeigniter? [closed] codeigniter codeigniter

Which ORM for codeigniter? [closed]


Doctrine is brilliant and very easy to setup and use with CI. There are three ways of integrating it 1) the way described in the CI wiki 2) as a plugin 3) using hooks. I don't like option 1 as it involves messing with CI system files. Option 2 is very easy and what i currently use. Setup is described at www.phpandstuff.com. I've never tried option 3 but it sounds interesting - http://blog.medryx.org/2008/10/04/codeigniter-and-doctrine/


I think you should try the DataMapper ORM which is written in native CI Also easy to configure and easy to use as well. I think it's better than Doctrine.