What is the '->' used for?
Posted: Sat May 29, 2004 6:07 pm
I have been doing some small php work and have been looking in to start designing web apps with php.
I want to start designing in OOP instead of just functions and variable, I want to start creating classes and more advanced coding.
I have see the following php code in alot of coding...but i really dont know what it means. The code looks like this:
Does it stand for assigning values to a certain variable?? I really havent found any docs on it so if you would please, clue me in on what it stands for in PHP so i can better understand. thank you
I want to start designing in OOP instead of just functions and variable, I want to start creating classes and more advanced coding.
I have see the following php code in alot of coding...but i really dont know what it means. The code looks like this:
Code: Select all
<?php
->
?>