Is there a way to dynamically invoke a method in the same class for PHP? I don\'t have the syntax right, but I\'m looking to do something similar to this:
$t
You can also use call_user_func() and call_user_func_array()
call_user_func()
call_user_func_array()