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