PHP Classes

File: test/test.application.config.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP Platform Skeleton   test/test.application.config.php   Download  
File: test/test.application.config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Melis PHP Platform Skeleton
Setup a site to run using the Melis platform
Author: By
Last change:
Date: 4 years ago
Size: 339 bytes
 

Contents

Class file image Download
<?php
return array(
   
'modules' => array(
       
'MelisCore',
       
'MelisFront',
       
'MelisEngine',
       
'MelisCms',
    ),
   
'module_listener_options' => array(
       
'module_paths' => array(
           
'/module',
           
'/module/MelisSites',
        ),
       
'config_glob_paths' => array(
           
'config/autoload/global.php',
           
'config/autoload/platforms/development.php',
        )
    ),
);