コード例 #1
0
ファイル: Elements.php プロジェクト: worstinme/yii2-zoo
 public function afterDelete()
 {
     parent::afterDelete();
     Yii::$app->db->createCommand()->delete('{{%zoo_elements_categories}}', ['element_id' => $this->id])->execute();
 }