Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_mods';
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_mods_tpl';
     $this->MY_table = 'mods_tpl';
 }