i saw in the zencart files something like this
$new_products->RecordCount();
i know it is a variable and a function but what does this do "->" ?
please explain the following sybol ->
Moderator: General Moderators
Re: please explain the following sybol ->
It's not a variable and a function really. It's an object and a method. http://uk3.php.net/manual/en/language.oop5.basic.php