10-02-2008, 04:01 AM
|
#3 (permalink)
|
|
The Visitor
Join Date: Oct 2008
Posts: 3
Thanks: 0
|
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
|
|
|
|