getModel( 'Search' ); $view =& $this->getView( 'Search' ); $view->setModel( $model, true ); $view->display(); } /** * Reset Statistics */ function reset() { $model =& $this->getModel( 'Search' ); $model->reset(); $this->setRedirect('index.php?option=com_search'); } }