Exemplo n.º 1
0
 public function indexAction()
 {
     $users = User::find();
     $this->view->setVar("users", $users);
 }