Ejemplo n.º 1
0
 protected function _insert()
 {
     parent::_insert();
     $this->fillCreatedBy();
     //        $metadata = $this->getTable()->info('metadata');
     //        foreach($this->_data as $key => $value) {
     //            if(!$value) {
     //                unset($this->_data[$key]);
     //            }
     //        }
 }