PHP Static Methods Can Be Declared Without Static Keyword But Called Statically
Friday, September 3rd, 2010Whenever I create a PHP class method that I intend to use statically, I declare it as …
Whenever I create a PHP class method that I intend to use statically, I declare it as …
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 …
Sometimes you might want to make a PHP web page do different things depending on the value …
I keep forgetting how to assert that an Exception is going to be thrown in Simpletest version …
I found a need to implement the “Introduce Null Object“ refactoring procedure that is …
Ok - so you have a Zend Framework ini file that contains the line:
mycustom.setting ="bar"
…and you want …
I was trying out Simpletest (unit testing framework) using a mock Zend Db connection that expected …
This is a write-up of a recent problem that I have solved. There are many ways to …