View Single Post
Old 10-02-2008, 04:01 AM   #3 (permalink)
nizzy
The Visitor
 
Join Date: Oct 2008
Posts: 3
Thanks: 0
nizzy is on a distinguished road
Default yes, before session

Dear Kalle

Thanks for quick reply. Then my method will not work, because I am trying to store the FooBar class into $_SESSION var AFTER the session is created. I see this is the problem.

Now, how about this? is this the right way of applying the params to a CLASS (not a function)

$obj_ins = call_user_func_array($class_name, $params);

thank you
nizzy is offline  
Reply With Quote