I'm working for the first time with object orientated programming in php and
I can't figure out how to access elements or methods when you place objects
inside objects inside other objects.

my origonal idea was to  use the following syntax:
$a->b->c
but this just returns:
$a->b  . "->c"

Please, need advice on the finer points of OOP in PHP

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

Reply via email to