示例#1
0
 public function index()
 {
     $this->view->users = $this->userStore->getAll();
 }
示例#2
0
 public function index()
 {
     $this->template->users = $this->userStore->getAll();
 }