Day: October 14, 2010

  • Codeigniter-Doctrine migration from Windows to Linux

    Before I begin, Codeigniter is a php framework that implements the Model-View-Controller design architecture. Doctrine is an Object Relational Mapper and a powerful Database Abstraction Layer built on top of php. Doctrine handles all, if not most, database commands such as create, read, update and delete. I have first started working with Doctrine and Kohana…