Suppose I have:
     $method = "doIt";
inside a class.  How do I construct the statment, using $method, to
call:
     $this->doIt();
I tried every combination I can think of but I keep getting "Call to
unsupported or undefined function" when doIt() is a proper method.  I
have no problem with standard functions.
Thanks for any help.

=====
- Blaine

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to