25 lines
		
	
	
		
			563 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			563 B
		
	
	
	
		
			Plaintext
		
	
	
<?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',
 | 
						|
        'MonarcFO',
 | 
						|
    ),
 | 
						|
    'module_listener_options' => array(
 | 
						|
        'module_paths' => array(
 | 
						|
            './module',
 | 
						|
            './vendor'
 | 
						|
        ),
 | 
						|
        'config_glob_paths' => array(
 | 
						|
            'config/autoload/{,*.}{global,local}.php'
 | 
						|
        )
 | 
						|
    ),
 | 
						|
);
 |