Useful in-browser development tools for PHP- May 12, 2008 While debuggers exists, there isn&8217;t much of a tradition for using them in PHP. People have largely come to rely on injecting debugging code directly into the program, for inspecting program scope. The infamous var_dump have served for this purpose and version 4.3.0 of PHP brought us another equally useful function &8212; debug_backtrace. Tracers and error ...http://www.pheedo.com/click.phdo?i=d6c44ab29fe4f6f7a464f6e8dd6b034d A PHP Guys Look At Python- May 9, 2008 Against all odds, I found myself with a little spare time this week. Rather than do something sensible like clean the garage or get some exercise, I took the opportunity to learn a new programming language: Python. Like may SitePoint readers, I cut my teeth on PHP. Ive become very comfortable with it over the years, ...http://www.pheedo.com/click.phdo?i=134c23d32e5da0d1115cfb4d5b171f46 |