PHP Classes

File: php5x/_class_bib_errors.php

Recommend this page to a friend!
  Classes of Fabrizio Parrella   bib_errors   php5x/_class_bib_errors.php   Download  
File: php5x/_class_bib_errors.php
Role: Configuration script
Content type: text/plain
Description: variables for the class for php5
Class: bib_errors
Log and process errors of PHP scripts
Author: By
Last change:
Date: 18 years ago
Size: 187 bytes
 

Contents

Class file image Download
<?php
class _bib_errors_vars{
    protected
$_cfg = array();
    protected
$_errors = array();
    protected
$f_error_log = ''; //this is the function that is used to LOG the errors
}
?>