06-14-2009, 07:49 PM
|
#3 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
You are using call_user_func_array incorrectly, when you want to call a method within an object it is used like so
Where $args would be everything after the part of the url which proclaims the action
|
|
|
|