Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->_table = 'users';
 }
Ejemplo n.º 2
0
 public function init()
 {
     $this->_table = 'category';
     parent::init();
 }
Ejemplo n.º 3
0
 function init()
 {
     parent::init();
 }
Ejemplo n.º 4
0
 public function init()
 {
     parent::init();
     $this->_table = 'tbl_archive';
 }
Ejemplo n.º 5
0
 public function init()
 {
     $this->_table = 'rule';
     parent::init();
 }