示例#1
0
文件: user.php 项目: SerdarSanri/Dojo
 public function get_index()
 {
     $users = User::all();
     $this->layout->nest('content', 'dojo::users.index', array('users' => $users));
 }