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