[snip]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
[/snip]

Here is a link to an article that helped get me started on oop in php
http://www.phpbuilder.com/columns/luis20000420.php3

Daniel

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

Reply via email to