예제 #1
0
파일: note.php 프로젝트: beyondye/ENPHP
 function __construct()
 {
     parent::__construct();
     $this->model = $this->note;
 }
예제 #2
0
파일: tag.php 프로젝트: beyondye/ENPHP
 function __construct()
 {
     parent::__construct();
     $this->table = 'idlntag';
     $this->model = $this->tag;
 }
예제 #3
0
파일: config.php 프로젝트: beyondye/ENPHP
 function __construct()
 {
     parent::__construct();
     $this->model = $this->user_config;
 }