Exemplo n.º 1
0
 /** Display the search history for a user
  */
 public function historyAction()
 {
     $search = new Searches();
     $this->view->searches = $search->getAllSearches((int) $this->getIdentityForForms(), (int) $this->_getParam('page'));
 }