Thread: eval() issue
View Single Post
Old 09-09-2011, 10:13 PM   #6 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

Check out call_user_func_array.

PHP Code:
call_user_func_array(array($this$method), $args); 
__________________
Eric
wGEric is offline  
Reply With Quote
The Following User Says Thank You to wGEric For This Useful Post:
exangelus (09-11-2011)