예제 #1
0
 /**
  * Save current environment array
  * 
  * @return boolean
  */
 public function saveSearchTerms()
 {
     return Core::sessionAdd('uri' . str_replace('/', '_', $this->_uriBase), $this->getEnv());
 }