예제 #1
0
 public function _before_add()
 {
     $Role = new RoleModel();
     $this->assign('list', $Role->getMyRole());
 }