コード例 #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();
 }