Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_mods';
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_mods_tpl';
     $this->MY_table = 'mods_tpl';
 }