Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Er. Rochak Chauhan  >  PHP Debugger  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Script
Class: PHP Debugger
Output debugging information of the current script
Author: By
Last change:
Date: 2005-06-22 02:05
Size: 273 bytes
 

Contents

Class file image Download
<?php
// example script 
// just write these 3 line any where you expect / received an error

require_once("PhpDebugger.inc.php");
$phpDebugger = new PhpDebugger;

//$phpDebugger->displayDebuggingInformation();
$phpDebugger->displayDebuggingInformation(true);

?>