* Lorderon <[EMAIL PROTECTED]>:
> I want to create an instance of a class and construct it with different
> params. The class name is a variable and the params change in each class. Is
> there a way to pass params to the constructor of a class like you pass
> params in the function call_user_func_array() ?

Why don't you just pass an associative array as the second argument?
Then you can have each class' constructor figure out what it needs from
the array.

-- 
Matthew Weier O'Phinney           | mailto:[EMAIL PROTECTED]
Webmaster and IT Specialist       | http://www.garden.org
National Gardening Association    | http://www.kidsgardening.com
802-863-5251 x156                 | http://nationalgardenmonth.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to