New Data_Registry Class
June 1st, 2010 by Xavier Perez
I have developed a new class to save any kind of data in a php program, and retrieve it in any other php script.
The Data_registry class is a singleton class, and all data can have persistence saved in the session files (DB, memcache also). It’s an great improvement over Zend_Registry class, duo to it’s better capabilities.
This can help in debugging, tracing code, retrieving errors after...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/