コード例 #1
0
ファイル: UserAction.class.php プロジェクト: zhezhisama/zz
 public function _before_add()
 {
     $Role = new RoleModel();
     $this->assign('list', $Role->getMyRole());
 }