Exemplo n.º 1
0
 public function delete(PropelPDO $con = null)
 {
     if ($this->getName() != self::DUMMY_KSHOW_NAME) {
         myStatisticsMgr::deleteKshow($this);
     }
     parent::delete($con);
 }
Exemplo n.º 2
0
 public function delete(PropelPDO $con = null)
 {
     myStatisticsMgr::deleteKshow($this);
     parent::delete($con);
 }