ID: 8817
Updated by: waldschrott
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Suspended
Old-Bug Type: Class/Object related
Bug Type: Feature/Change Request
Assigned To: andi
Comments:

we know :)
it is not available yet 

Previous Comments:
---------------------------------------------------------------------------

[2001-01-19 22:24:46] [EMAIL PROTECTED]
Hi there.

It would imho be useful to be abeled to code
$foo->getbar()->getfoobar()->method();
instead of having to save each return value into a variable like:
$bar = $foo->getbar();
$foobar = $bar->getfoobar();
$foobar->method();

Thanx.

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8817


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to