Skip to content

Using Doctrine with Code Igniter Conventions

World Wide Web Server edited this page Jul 4, 2012 · 30 revisions
  1. Download Doctrine into the application/libraries folder.

[code] cd /path/to/ci/install/ svn co http://svn.doctrine-project.org/tags/1.1.0-RC1 system/application/libraries/doctrine [/code]

This should download the entire doctrine project with tools, vendor and docs directories. This will allow you to run the command line out of the sandbox directory. If you're running off a different release or have a different directory structure at the very least you need the following Doctrine files:

[code] system/application/libraries/doctrine/lib/Doctrine.php system/application/libraries/doctrine/lib/Doctrine/ [/code]

Clone this wiki locally