PHP Classes

File: config.local.php

Recommend this page to a friend!
  Classes of Brett Dutton   JackBooted PHP Framework   config.local.php   Download  
File: config.local.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: JackBooted PHP Framework
Web application framework using simplified MVC
Author: By
Last change:
Date: 8 years ago
Size: 445 bytes
 

Contents

Class file image Download
<?php
// This file contains application specific
$config['menu'] = [ 'Main' => '\App\Controllers\JackMain',
                   
'Config' => '\App\Controllers\JackConfig',
                  ];

$config['modules'] = [ '\App\Jack' ];

$config['migration'] = [ '\App\Commands\MigrationsCLI' ];

$config['def_display'] = '\App\Controllers\JackMain->index()';

$config['build_version'] = 'JackBooted Framework 1.0.1 (built: 2016-01-10 17:00:00)';