PHP Classes

File: app/config/core.php

Recommend this page to a friend!
  Classes of John Marlo Factorin   Bit Framework   app/config/core.php   Download  
File: app/config/core.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Bit Framework
MVC based Web application development framework
Author: By
Last change: Update of app/config/core.php
Date: 2 months ago
Size: 109 bytes
 

Contents

Class file image Download
<?php

error_reporting
(E_ALL | E_STRICT);
ini_set('session.auto_start', 0);
ini_set('display_errors', true);