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:
Martin Konecny 2012-02-06 20:19:25 -05:00
parent 51e181b445
commit 5dcb033c84
2717 changed files with 27 additions and 676351 deletions

View file

@ -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());