Search code examples
codeigniterdoctrine-ormdoctrinecodeigniter-2

CodeIgniter with or without Doctrine?


I've used CodeIgniter with and without Doctrine. Honestly, I could not see great advantages in using Doctrine.

I'd like to know opinions about advantages in using CodeIgniter with or without Doctrine.

Thank you


Solution

  • I honestly believe Doctrine 2 is a great object relational mapper which you can't forget.

    Read the answer in here :- Advantages of using Doctrine for PHP?

    Hope this helps, Cheers!