Example #1
0
 public function initialize()
 {
     parent::initialize();
     $this->table = "demo";
     $this->idKey = "id";
 }
Example #2
0
 public function initialize()
 {
     parent::initialize();
 }