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