PHP Classes

File: error/conf_error.php

Recommend this page to a friend!
  Classes of Francisco Núñez   BEH Basic PHP Error Handler Class   error/conf_error.php   Download  
File: error/conf_error.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: BEH Basic PHP Error Handler Class
Handle PHP errors displaying them using templates
Author: By
Last change:
Date: 3 years ago
Size: 62 bytes
 

Contents

Class file image Download
<?php
$conf
= [
   
'skin' => 'bs4',
   
'error' => 'auto',
];