Changes
Title
unchanged
Working with relational removals by yii2
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
model, relations, remove, delete
Content
changed
This tutorial shows you how to safely
and safely remove relationshipremove records between relationships
and multiple lines.
First we create three tables using a Many to Many relationship.[...]
![Imagem da relacao](http://github.com/androidealp/Tutoriais/blob/master/yii-trabalhando-com-remocoes-relacionais/relacao-exemplo.jpg?raw=true "Image relation")
** Important: Apply cascatde to foreign key
, constraints for update and
Ddelete. **
Th
ise cascade feature will allow you to remove the foreign keys along with the line you want to delete
. This is very useful not to pollute your code. and helps keep your code to a minimum.
Script S
qlQL the ralation has.
```php[...]