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] Re: Dynamic method calling

2004-04-07 Thread Justin Patrin
Darren Beale wrote: 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"