Re: [PHP] Re: PHP6 just became my worst nightmare.

2006-04-21 Thread Jochem Maas
hi Derick, Derick Rethans wrote: Jochem Maas wrote: apparently calling a dynamic function using static syntax will cause an E_FATAL. ? That's just how OO design works... If you have a non-static method you can always have a $this-> lingering in there. Now, if you call this method with the

[PHP] Re: PHP6 just became my worst nightmare.

2006-04-21 Thread Derick Rethans
Jochem Maas wrote: apparently calling a dynamic function using static syntax will cause an E_FATAL. ? That's just how OO design works... If you have a non-static method you can always have a $this-> lingering in there. Now, if you call this method with the static syntax, $this suddenly doesn'