PHP Classes

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

Recommend this page to a friend!
  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: 11 years ago
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',
);