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
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"
2 matches
Mail list logo