Hello,
I am a php newbie trying to mod some GPL code. What does the " -> " mean. I can't find it anywhere in the manual or books.
example:
// class constructor
function usps() {
$this->code = 'usps';
$this->title = MODULE_SHIPPING_USPS_TEXT_TITLE;
$this->description = MODULE_SHIPPING_USPS_TEXT_DESCRIPTION;
$this->icon = DIR_WS_ICONS . 'shipping_usps.gif';
$this->enabled = MODULE_SHIPPING_USPS_STATUS;
}