Login   Register  
PHP Classes
elePHPant
Icontem

File: demos/hello-world/protected/config/main.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Chara Miteo  >  ApPHP MVC Framework  >  demos/hello-world/protected/config/main.php  >  Download  
File: demos/hello-world/protected/config/main.php
Role: Configuration script
Content type: text/plain
Description: main.php
Class: ApPHP MVC Framework
Web application development MVC Framework
Author: By
Last change:
Date: 2013-02-28 06:03
Size: 204 bytes
 

Contents

Class file image Download
<?php

return array(
    
// application data
    
'name'=>'Hello World',
    
'version'=>'0.0.1',

    
'defaultTemplate' => '',
    
'defaultController' => 'Index',
    
'defaultAction' => 'index',    
);