コード例 #1
0
ファイル: Video.php プロジェクト: NicolasSchmutz/cm
 protected function _onDelete()
 {
     CM_Db_Db::delete('cm_streamChannel_video', array('id' => $this->getId()));
     parent::_onDelete();
 }