CC-3297: Depend on zendframework and php-pear as external packages
-DB dependency should now be externalized
This commit is contained in:
parent
62d1d56fd2
commit
58b4576ae1
11 changed files with 3 additions and 19 deletions
|
@ -10,9 +10,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . realpath(APPLICATION_PATH
|
|||
set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/models');
|
||||
echo get_include_path().PHP_EOL;
|
||||
|
||||
//Pear classes.
|
||||
set_include_path(APPLICATION_PATH . get_include_path() . PATH_SEPARATOR . '/../library/pear');
|
||||
|
||||
//Controller plugins.
|
||||
set_include_path(APPLICATION_PATH . get_include_path() . PATH_SEPARATOR . '/controllers/plugins');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue