Ejemplo n.º 1
0
 /**
  * Allows the user to view all the flags registered in the application
  *
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->title = '';
     $flagModel = new Flag();
     $this->view->paginator = $flagModel->findAll($this->_getPage());
 }