PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Francisco Núñez   BEH Basic PHP Error Handler Class   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: BEH Basic PHP Error Handler Class
Handle PHP errors displaying them using templates
Author: By
Last change: Update PSR 1 & 12

Update PSR 1 & 12
Date: 3 years ago
Size: 189 bytes
 

Contents

Class file image Download
<?php
ob_start
();
# error Example:
require_once 'test.php';
$test = new Test();
$test->testMethod();
echo
'<br>No problem Detected.<br>Go to test.php and uncomment examples in test Method';