コード例 #1
0
 function index()
 {
     $user = Helper\Factory::getModel('user');
     return $user->get();
 }