Merge branch 'cc-3297-php-db-and-zendframework-external' into 2.0.x

This commit is contained in:
Martin Konecny 2012-02-06 20:29:12 -05:00
commit da2ab1caa9
3014 changed files with 30 additions and 781477 deletions

View file

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