CC-3297: Depend on zendframework and php-pear as external packages
-Remove dependency on included Zend files. -Remove included Zend files -Zend is now external dependency
This commit is contained in:
parent
51e181b445
commit
5dcb033c84
2717 changed files with 27 additions and 676351 deletions
|
@ -21,9 +21,6 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
|||
//Propel classes.
|
||||
set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
//Pear classes.
|
||||
set_include_path(APPLICATION_PATH . '/../library/pear' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
//Controller plugins.
|
||||
set_include_path(APPLICATION_PATH . '/controllers/plugins' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue