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