资 源 简 介
Doctrine for CodeIgniter? Enhanced 1.1
Brought to you by Gregory Kornblum - http://www.tensailabs.com/
The original version of the Doctrine for CodeIgniter? 1.0 plugin by Nicholas Husher is set up so the generated models don"t go into the models directory of the application directory used by CodeIgniter.
So I decided to modify it a bit so the generated models go into and can be accessed from the system/application/models/ directory. I"ve also created a controller which, when called, will generate the data model ORM classes for you.
A big thank you goes out to both Nicholas and the Doctrine team for making a great ORM for use with CodeIgniter.