Exemplo n.º 1
0
 /**
  * Browse exhibits.
  */
 public function browseAction()
 {
     // By default, sort by added date.
     if (!$this->_getParam('sort_field')) {
         $this->_setParam('sort_field', 'added');
         $this->_setParam('sort_dir', 'd');
     }
     parent::browseAction();
 }