Posted by Rik on 05/11/06 02:33
fatbeaver wrote:
> hi guys, i just started learning php, and am qurious what the arrow
> sign operator mean..
> for ex:
>
> $this->dbConnect();
>
>
> can someone explain it to me?
In short:
It calls a method or variable from an object.
Reading material:
http://www.php.net/manual/en/language.oop.php
http://www.php.net/manual/en/language.oop5.php
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|