mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
f57933c3e6
commit
79335251b2
13
Using-Doctrine-with-Code-Igniter-Conventions.md
Executable file
13
Using-Doctrine-with-Code-Igniter-Conventions.md
Executable file
@ -0,0 +1,13 @@
|
||||
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]
|
Loading…
x
Reference in New Issue
Block a user