示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->SEC = new SecurityModule();
 }
示例#2
0
文件: Acl.php 项目: wonli/skeleton
 function __construct()
 {
     parent::__construct();
     $this->ACL = new AclModule();
 }