linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Procedural File: Debug.php

Source Location: /class/system/PHP_Debug/PHP/Debug.php



Classes:

PHP_Debug


Page Details:

PHP_Debug : A simple and fast way to debug your PHP code

The basic purpose of PHP_Debug is to provide assistance in debugging PHP code, by 'debug' i don't mean 'step by step debug' but program trace, variables display, process time, included files, queries executed, watch variables... These informations are gathered through the script execution and therefore are displayed at the end of the script (in a nice floating div or a html table) so that it can be read and used at any moment. (especially usefull during the development phase of a project or in production with a secure key/ip)

PHP version 5 only

Copyright (c) 2007 - Vernet Loïc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




Tags:

author:  Vernet Loïc <qrf_coil[at]yahoo.fr>, modified by Linea21 <info@linea21.com>
version:  CVS: $Id: Debug.php,v 1.6 2009/01/12 21:13:00 c0il Exp $
copyright:  1997-2007 The PHP Group
see:  Text_Highlighter
see:  Var_Dump, SQL_Parser
link:  http://www.php-debug.com
link:  http://pear.php.net/package/PHP_Debug
link:  http://phpdebug.sourceforge.net
since:  1.0.0RC1
filesource:  Source Code for this file
license:  MIT


Includes:

require_once('DebugLine.php') [line 57]
Factory class for renderer of Debug class



Tags:

see:  Debug/Renderer/*.php
require_once('Debug/Renderer.php') [line 58]





CR [line 67]

CR = "\n"
External constants


[ Top ]




Documentation generated on Thu, 03 May 2012 15:03:33 +0200 by phpDocumentor 1.4.1