<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/debug</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 21:26:21 GMT</pubDate>
<item>
<title>(PHP) Debuggage fonction - olive</title>
<link>http://snipplr.com/view/5143/debuggage-fonction/</link>
<description><![CDATA[ <p>Lorsque vous cherchez le cheminement jusqu'à une fonction/méthode particulière, vous ajoutez un « debug_print_backtrace() ; » dans celle-ci et lors de l’exécution ça vous affiche un truc du style :
 
#0  MusicFactory->loadDataForDetail(925658) called at [xxxxxx.php:58]
#1  ProductManager->findByProductRefForDetail(925658, 3, ) called at [zzzzz.class.php:72]
#2  ProductAction->execute() called at [eeeee.class.php:539]
#3  Controller->perform() called at [ffffff.php:121]
 
… tous les appels sont affichés, avec les paramètres et les lignes dans chaque fichiers inclus.</p> ]]></description>
<pubDate>Thu, 21 Feb 2008 05:22:25 GMT</pubDate>
<guid>http://snipplr.com/view/5143/debuggage-fonction/</guid>
</item>
<item>
<title>(PHP) Easy debug variable to find what vars are available in a tpl.php file - berkes</title>
<link>http://snipplr.com/view/5039/easy-debug-variable-to-find-what-vars-are-available-in-a-tplphp-file/</link>
<description><![CDATA[ <p>An easy debug trick: gives you a variable that you can print in any tpl.php to find out what vars you have available there.</p> ]]></description>
<pubDate>Wed, 13 Feb 2008 03:30:30 GMT</pubDate>
<guid>http://snipplr.com/view/5039/easy-debug-variable-to-find-what-vars-are-available-in-a-tplphp-file/</guid>
</item>
<item>
<title>(PHP) Print Siteinfo - localhorst</title>
<link>http://snipplr.com/view/4958/print-siteinfo/</link>
<description><![CDATA[ <p>Use {SITE_INFO} in your template to print actual category ID / article ID and processing time</p> ]]></description>
<pubDate>Sat, 09 Feb 2008 00:37:36 GMT</pubDate>
<guid>http://snipplr.com/view/4958/print-siteinfo/</guid>
</item>
<item>
<title>(PHP) PHP - Debug in File - nicolaspar</title>
<link>http://snipplr.com/view/2758/php--debug-in-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 May 2007 12:23:08 GMT</pubDate>
<guid>http://snipplr.com/view/2758/php--debug-in-file/</guid>
</item>
<item>
<title>(PHP) php debug - gdonald</title>
<link>http://snipplr.com/view/1203/php-debug/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Sep 2006 08:46:13 GMT</pubDate>
<guid>http://snipplr.com/view/1203/php-debug/</guid>
</item>
<item>
<title>(PHP) PHP Info - kogakure</title>
<link>http://snipplr.com/view/77/php-info/</link>
<description><![CDATA[ <p>Die PHP-Info Funktion</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 08:18:48 GMT</pubDate>
<guid>http://snipplr.com/view/77/php-info/</guid>
</item>
<item>
<title>(PHP) print_r debug - daniel</title>
<link>http://snipplr.com/view/168/printr-debug/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/168/printr-debug/</guid>
</item>
</channel>
</rss>