Example #1
0
 function index()
 {
     $users = User::loadAll();
     return $this->render('admin/users.diet-php', array('users' => $users));
 }