PHP Classes

File: module/MelisModuleConfig/config/module.config.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP Platform Skeleton   module/MelisModuleConfig/config/module.config.php   Download  
File: module/MelisModuleConfig/config/module.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: 536 bytes
 

Contents

Class file image Download
<?php

/**
 * Melis Technology (http://www.melistechnology.com)
 *
 * @copyright Copyright (c) 2016 Melis Technology (http://www.melistechnology.com)
 *
 */

return array(
   
'router' => array(
       
'routes' => array(
        ),
    ),
   
'translator' => array(
       
'locale' => 'en_EN',
    ),
   
'service_manager' => array(
       
'aliases' => array(
           
'translator' => 'MvcTranslator',
        ),
    ),
   
'controllers' => array(
       
'invokables' => array(
        ),
    ),
   
'view_manager' => array(
    ),
);