📦 (mvc) switch to zf1s zf1
This commit is contained in:
parent
87b8ef4f91
commit
54b1a70249
7 changed files with 1684 additions and 67 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue