PHP Inheritance of a class property’s visibility
Friday, September 3rd, 2010In Object-Oriented PHP5 a class’s properties can have their ‘visibility‘ set.
If a property is undeclared …
In Object-Oriented PHP5 a class’s properties can have their ‘visibility‘ set.
If a property is undeclared …
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 …
Over the years, I have often been faced with the choice of whether to refactor or rewrite.
In …
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 found a need to implement the “Introduce Null Object“ refactoring procedure that is …
If you write a custom __sleep() magic method for a PHP class, you are expected …
I had a class that relied upon an object’s spl_object_hash() which the PHP documentation states …