On Wed, 2003-09-10 at 18:45, [EMAIL PROTECTED] wrote:
> i'mn about to learn some java, maybe swt in the eclipse environment, it
> would be nice if php could have the classes or the path precompiled in, so
> all you need to do is load the object ?

I think in php5 there will be a mechanism to handle that.

Would there be much benefit from returning a reference to the object? I
would guess it would consume less memory.

function &create_object() {
        [..]
}

$some_object =& create_object('some_object');

- Brad

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

Reply via email to