Exemplo n.º 1
0
 protected function create()
 {
     parent::create();
     $this->childtable = 'tickets';
     $this->addmap('cats', array());
     $this->data['idcomauthor'] = 0;
 }
Exemplo n.º 2
0
 protected function create()
 {
     parent::create();
     $this->childtable = 'downloaditems';
 }