Thread: __call
View Single Post
Old 04-06-2009, 11:01 PM   #4 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

PHP Code:

return call_user_func_array(array($this->DB_Helper,$function),$params); 
Enfernikus is offline  
Reply With Quote
The Following User Says Thank You to Enfernikus For This Useful Post:
Tanax (04-07-2009)