Hi I am new to PHP development, need some help
Posted: Thu Jan 17, 2008 9:31 pm
Hi,
1) I have come across expressions such as the one below. Can you please tell me what it means. Specially the notation "->"
$Itemid = $menu->id;
2) Also, what is the use of "new" in this expression
$menu = new mosMenu( $database );
Thank you.
1) I have come across expressions such as the one below. Can you please tell me what it means. Specially the notation "->"
$Itemid = $menu->id;
2) Also, what is the use of "new" in this expression
$menu = new mosMenu( $database );
Thank you.