Example #1
0
 /**
  * @return bool
  */
 public function indexAction()
 {
     $itemList = Feedback::getList();
     require_once ROOT . '/app/views/feedback/index.php';
     return true;
 }