PHP Unit testing

February 26th, 2010 by Xavier Perez 
How to test our applitacion ? Must we make automatic testing or post testing scripts ? See :   http://carouth.com/2009/10/20/the-modern-php-workflow/

PHP optimimization

February 26th, 2010 by Xavier Perez 
Great article about the PHP evolution and current optimization, from 1993 to today. Read complete article:    http://talks.php.net/show/drupal08/

Codeigniter Profiler

February 26th, 2010 by Xavier Perez 
I have been working with Codeigniter in the last two months, and seeking for a good profiler, but no luck. I have made my own profiler, similar to Kohana or Symfony, top bar, div positioned absolute, transparent and collapsable. In the next month I will add cookie vars, logs, code tracing and I will try to add firePHP code to the class. Also I’m working with a modular memcache class, and memcache...