cs::CSW::History - a history entry associated with a page
use cs::CSW::History;
The cs::CSW::History module tracks the user's path through the web.
sub _byIdHash()
{
if (! defined $cs::CSW::History::_idHash)
{ $cs::CSW::History::_idHash=new cs::CSW::Table(HISTORY,HISTORY_ID);
}
$cs::CSW::History::_idHash; }
Id()UrlId()UrlObj()BackId()sub BackId()
{ shift->{ANCESTOR_ID};
}
Back()
Cameron Simpson <cs@zip.com.au