Zend Config XML and INI files - How to Specify False and Other Non-String PHP Data Types
Friday, August 27th, 2010Zend Config INI and Zend Config XML are handy adaptors that allow you …
Zend Config INI and Zend Config XML are handy adaptors that allow you …
Sometimes I just wanna print a date and time in PHP quickly. I’m forever going off to …
Project Honey Pot is a web community that gathers evidence and shares information to fight …
Over the years, I have often been faced with the choice of whether to refactor or rewrite.
In …
Sometimes you might want to make a PHP web page do different things depending on the value …
Here’s a snippet of a Java code example in Fowler’s esteemed book, Patterns of Enterprise Application Architecture …
I keep forgetting how to assert that an Exception is going to be thrown in Simpletest version …
I have skimmed through a paper on normalization techniques (by Sang Ho Lee, Sung Jin Kim, and …
If you write a custom __sleep() magic method for a PHP class, you are expected …
So,