PHP Classes

File: test/TestConfig.php.dist

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Album Manager   test/TestConfig.php.dist   Download  
File: test/TestConfig.php.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Album Manager
Manage a list of albums with Zend Framework 2
Author: By
Last change:
Date: 7 years ago
Size: 321 bytes
 

Contents

Class file image Download
<?php return array( 'modules' => array( 'Album', ), 'module_listener_options' => array( 'config_glob_paths' => array( '../../../config/autoload/{,*.}{global,local}.php', ), 'module_paths' => array( 'module', 'vendor', ), ), );