Login   Register  
PHP Classes
elePHPant
Icontem

File: prepend.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Cezary Tomczak  >  Error Handler  >  prepend.php  >  Download  
File: prepend.php
Role: Example script
Content type: text/plain
Description: Prepend the script
Class: Error Handler
Output PHP execution errors information
Author: By
Last change:
Date: 2004-04-21 22:41
Size: 159 bytes
 

Contents

Class file image Download
<?php

include_once dirname(__FILE__) . '/Handler.php';
$__ErrorHandler = new ErrorHandler;
set_error_handler(array(&$__ErrorHandler'raiseError'));

?>