24 lines
543 B
PHP
24 lines
543 B
PHP
<?php
|
|
/**
|
|
* Configuration file generated by ZFTool
|
|
* The previous configuration file is stored in application.config.old
|
|
*
|
|
* @see https://github.com/zendframework/ZFTool
|
|
*/
|
|
return array(
|
|
'modules' => array(
|
|
'DoctrineModule',
|
|
'DoctrineORMModule',
|
|
'MonarcCore',
|
|
),
|
|
'module_listener_options' => array(
|
|
'module_paths' => array(
|
|
'./module',
|
|
'./vendor'
|
|
),
|
|
'config_glob_paths' => array(
|
|
'config/autoload/{,*.}{global,local}.php'
|
|
)
|
|
),
|
|
);
|