Re: [PHP] Re: Dynamic method calling

2004-04-07 Thread Darren Beale
Justin Patrin wrote: > For member fuctions: > $a = 'nameOfMemberFunction'; > $this->$a(); Typically the only thing I didn't try thanks++ Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Dynamic method calling

2004-04-07 Thread Darren Beale
Hi I'm trying to dynamically choose and call a method from within a class but actually calling a method dynamically does not seem to work whatever I try using php 4.3.3 Hopefully this test script will illustrate my point better, I always get to the "I know we get to here" bit, but there is no

[PHP] WDDX Deserialisation problem/bug?

2001-04-18 Thread Darren Beale
n my packet, I'm getting a string with the contents "Senior Legal Adviser" i.e. the first value of the first field I was expecting a nice associative array, what am I doing wrong? FWIW the packet is coming through fine regs -- Darren Beale Web Developer Vardus Ltd - www.vardus.com