php

TwitterFacebook
Get flash to fully experience Pearltrees
This blog post is not for the faint-hearted! Some people will strongly disagree with me and some others will probably want to kill me at the upcoming Zend Conference . And if starting an argument in the comments can help you feel better, please feel free to do so. http://fabien.potencier.org/article/34/templating-engines-in-php

Templating Engines in PHP - Fabien Potencier

How to Debug in PHP

http://carsonified.com/blog/dev/how-to-debug-in-php/ Doing your Ground Work It is important that you configure PHP correctly and write your code in such a way that it produces meaningful errors at the right time. For example, it is generally good practice to turn on a verbose level of error reporting on your development platform. This probably isn’t such a great idea, however, on your production server(s).
Thursday, September 10th, 2009 p >

Formaldehyde: PHP debug info for the client side

http://ajaxian.com/archives/formaldehyde-php-debug-info-for-the-client-side
http://www.w3avenue.com/2009/08/26/really-useful-tools-for-php-developers/ PHP is one of the most widely used language for creating dynamics websites and applications. PHP frameworks like Zend , CakePHP , CodeIgniter , etc and open source PHP classes & libraries have made our lives significantly easy. Whether you are a PHP novice or an experienced developer; tools that you use have direct impact on your productivity.

Really Useful Tools For PHP Developers | W3Avenue