meaning of this '->' symbol
Posted: Thu Mar 13, 2008 4:06 pm
Hi
I am lerner of php Could you please explain me what is the meaning of following code....
what it returns.....?
Thanks,
Srinivas
I am lerner of php Could you please explain me what is the meaning of following code....
Code: Select all
<?php
/* my Reporting System */
require_once("report.bbrain.php");
$sm = new smr;
$mymonth=4;
$myyear=2007;
$sm->getMonthlyStats($mymonth, $myyear);Thanks,
Srinivas