예제 #1
0
 public function groups()
 {
     $groups = $this->dao->getGroups();
     return $this->returnJson($groups);
 }