示例#1
0
 public function indexAction()
 {
     $this->view->setVar('entries', Widget::find());
 }
示例#2
0
 public function indexAction()
 {
     $this->view->entries = Widget::find();
     $this->helper->title($this->helper->at('Manage Widgets'), true);
 }