Tag Archives: CodeIgniter
How to Run Doctrine ORM with CodeIgniter
There are a lot of tutorials in the web regarding this subject, but I think this is the fastest and the easiest way to run a ORM solution with CodeIgniter. How 1. Download (if you haven’t already) CodeIgniter 2. Download Doctrine from here 3. Extract CodeIgniter to your web root. 4. Extract Doctrine folder and…