Forum Moderators: coopster

Message Too Old, No Replies

How to use "->" in PHP?

         

alex298

3:24 am on Oct 7, 2006 (gmt 0)

10+ Year Member



Hello,

I have been learning PHP for some time. All tutorials and books seem do not teach how to use the "->". When I checked the source code of some PHP scripts, almost all scripts are using the "->" code. For example:

$this->Values = "";

Could you please provide some guides how to use the "->" code? Any good and simple tutorials on how to use the "->" code?

Thanks and best regards

Alex

eelixduppy

3:30 am on Oct 7, 2006 (gmt 0)



Look through the Classes and Object Documentation [us3.php.net]. You may want to start with The Basics [us3.php.net].

Good luck!

alex298

3:47 am on Oct 8, 2006 (gmt 0)

10+ Year Member



Hello,

Thanks for your help. This is what I am looking for :)