예제 #1
0
파일: banword.php 프로젝트: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->banword = new banwordClass();
 }
예제 #2
0
파일: base_frm.php 프로젝트: h3len/Project
 function __construct()
 {
     parent::__construct();
 }