📦 (mvc) switch to zf1s zf1

This commit is contained in:
Lucas Bickel 2018-12-22 23:42:39 +01:00
parent 87b8ef4f91
commit 54b1a70249
7 changed files with 1684 additions and 67 deletions

View file

@ -30,7 +30,8 @@ set_include_path(implode(PATH_SEPARATOR, array(
// Ensure vendor/ is on the include path
set_include_path(implode(PATH_SEPARATOR, array(
get_include_path(),
realpath(APPLICATION_PATH . '/../../vendor')
realpath(APPLICATION_PATH . '/../../vendor'),
realpath(APPLICATION_PATH . '/../../vendor/zf1s/zend-loader/library')
)));
set_include_path(implode(PATH_SEPARATOR, array(