Posted by Janwillem Borleffs on 04/11/06 22:57
Areric wrote: > 5: function __construct() > 6: { > 7: $this->mInstanceBar = & new Bar(); > 8: } > 9: The __construct() method is not supported by PHP < 5. In this case, the constructor should be called Foo(). JW
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming