Todo List
PHP4 COMPATIBLE Makes extending classes able to use __construct as their constructor
Object class from CakePHP Found: http://abing.gotdns.com/posts/2006/php4-tricks-the-singleton-pattern-part-i/
Object __construct( )
Overridden in child classes as:
Object Object( )
If called, passes all arguments to $this->__construct($args), the constructor in PHP5