예제 #1
0
파일: used.php 프로젝트: h3len/Project
 function __construct()
 {
     parent::__construct();
 }
예제 #2
0
파일: template.php 프로젝트: h3len/Project
 function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/template.class.php';
     $this->temp = new template();
 }