PHP_Debug : A PHP open source debug library

About & Contact

PHP_Debug History

PHP_Debug has started like this :

1
2
3
4
5
6
7
8
9
10
11
12
13
 
<?php
$tab = "<table width=100%>";
 
function dbg($str)
{
    $tab .= "<tr><td>$str</td></tr>">;
}
 
...
 
echo $tab. '</table>';
?>

I have improved it a little... :) Since i code, i love to have lots of trace and debug informations in my progs, that's why i decided to write this class. If you have any ideas, suggestion to do... You can use the sourceforge interface or feel free to email me.

(I REALLY NEED YOUR FEEDBACK TO IMPROVE PHP_Debug !!!!!!!! ;) )

PHP_Debug Website

This website is open-source, feel free to copy/past if you find interestings things (The show source link is on the bottom-left)

This site uses the following Pear packages :

  • Pear::XML_RSS to read RSS ressources from SourceForge. (Library install + code to parse RSS = 5 min !!!)
  • Pear::Cache_Lite to cache the results of Pear::TXT_Highlighter
  • Pear::TXT_Highlighter to display the nice colorized PHP code
  • Pear power ! :)

This site also uses and abuses the following PHP libraries :

  • PHP_Documentor to generate the technical documentation
  • Smarty as the template engine
  • Thanks to all of them and the open-source community !

Contact

Simply email me at qrf_coil[at]yahoo[dot]fr, i'll answer as quick as possible.

See u. COil ;)

SQL Technologies
01-11-2008 21:09:54
» Design taken and adaptated from PHP::Pear website
» Show source of this file
» Click here to register the newsletter
Last updated: 20 Apr 2007 by COil
Hosting by OVH
Close