Friday, February 24, 2006

Sometimes I hate PHP 4...

PHP4 is OK. Let's face it, it's the Perl 5 of web-languages. It has an OO system that's not that great but it's there and means you can do most rudimentary things. But apparently you can't do this:


$this->getFoo()->bar();


which pretty much is a standard way of thinking in my brain. Arse.

No comments: