예제 #1
0
파일: Video.php 프로젝트: NicolasSchmutz/cm
 protected function _onDelete()
 {
     CM_Db_Db::delete('cm_streamChannel_video', array('id' => $this->getId()));
     parent::_onDelete();
 }