On Wed, 2008-04-30 at 10:03 -0700, Stanislav Malyshev wrote:
> Hi!
> 
> > create_new(string $class, array $constructor_args)
> 
> You can create new object via ReflectionClass::newInstance.

Still, that just seems unnecessary, I usually compile without the
reflection stuff because i never use it. I'd like to be able to use this
like call_user_func, I'm pretty much doing the same thing.

> -- 
> Stanislav Malyshev, Zend Software Architect
> [EMAIL PROTECTED]   http://www.zend.com/
> (408)253-8829   MSN: [EMAIL PROTECTED]
> 


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to