+-----------------------------------------------------------------------------+
+-- PHP_Debug : A simple and fast way to debug your PHP code                  |
+--                                                                           |
+-- Support : Vernet Loic (qrf_coil@yahoo.fr)                                 |
+-----------------------------------------------------------------------------+

PHP_Debug has started like this :

<?php
$tab = "<table width=100%>";

function dbg($str)
{
	$tab .= "<tr><td>$str</td></tr>">;
}
?>

OMG ! :p

I have improved it a little... :)

Since i code, i love to have lots of trace and debug infos in my progs that's
why i decided to write this class for this purpose.

If you have any ideas, suggestion to do... You can use the sourceforge 
interface or email me.

Thanks. COil  :)


(I NEED YOUR FEEDBACK TO IMPROVE THE CLASS !!!!!!!!)


This site uses the following Pear packages (http://pear.php.net) :
	- Pear::XML_RSS to read RSS ressources from SourceForge.
		(Library install + code to parse RSS = 5 min !!!)
	
Pear power ! :)