예제 #1
0
 public function __construct($cfg, $tblName = 'permissions')
 {
     parent::__construct($cfg, $tblName);
 }
예제 #2
0
 public function __construct($cfg, $tblName = 'roles')
 {
     parent::__construct($cfg, $tblName);
 }