Syntax Question
Posted: Wed Apr 11, 2012 6:35 am
Alright guys, a bit of a noob here, and this question might have a simple answer (it also might be in the wrong place, not totally familiar with the forums yet), but here goes...
In PHP what exactly does the "->" operator do? Here's an example...
Thanks in advance!
In PHP what exactly does the "->" operator do? Here's an example...
Code: Select all
<?php
$datagrid -> init( );
?>