home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomePHP CookbookSearch this book

7.7. Calling Methods on an Object Returned by Another Method

7.7.3. Discussion

This is necessary because a parse error results from:

$fruit->get('citrus')->peel( );

Zend Engine 2 supports direct dereferencing of objects returned from a method so this workaround is no longer necessary.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.