PHP Classes

File: conf/development/template.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/development/template.php   Download  
File: conf/development/template.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 1 month ago
Size: 245 bytes
 

Contents

Class file image Download
<?php

/*
 * Springy Framework Configuration File.
 *
 * Used for "development" environment.
 *
 * If removed, only conf/template.php will be used.
 */

return [
   
'debug' => true,
   
'debugging_ctrl' => 'URL',
   
'auto_reload' => false,
];