Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->model = $this->note;
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'idlntag';
     $this->model = $this->tag;
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->model = $this->user_config;
 }