Пример #1
0
 /**
  * Get a list of user records
  */
 public function index()
 {
     return Magma::query('User');
 }
Пример #2
0
 /**
  * Get a list of all roles
  */
 public function index()
 {
     return Magma::query('Role');
 }