예제 #1
0
파일: Seo_model.php 프로젝트: qdsay/cms
 public function __construct()
 {
     parent::__construct();
     $this->result = array('title' => '', 'keywords' => '', 'description' => '');
 }
예제 #2
0
파일: Assist_model.php 프로젝트: qdsay/cms
 public function __construct()
 {
     parent::__construct();
 }