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