June 18th, 2007

newLocation($newLoc,$autoToken=true)

Naviagation function. this function automaticly processes session tokens and adds it to url, to turn off auto tokens just pass false for auto token.

Ex:

//naviagate to new location with tokens automaticly processed
$this->newLocation($newLoc);

//naviagate to new location without tokens
$this->newLocation($newLoc,false);