Hi to all;

Just a little question about OOP. I'm just confused with the symbol  '->' .
In the article that i've red :

#this reads "change the value of the variable $head within this class to
black
$this->head="black"

#how do i read this line
$this->head->prev=NULL

I'm just confused with this line, i can't translate the class file that i'm
using.

Thanks in advance.



mike



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

Reply via email to