예제 #1
0
파일: Security.php 프로젝트: wonli/skeleton
 function __construct()
 {
     parent::__construct();
     $this->SEC = new SecurityModule();
 }
예제 #2
0
파일: Acl.php 프로젝트: wonli/skeleton
 function __construct()
 {
     parent::__construct();
     $this->ACL = new AclModule();
 }