Before Query Example : Soft Delete

Comparing #9 with #10

Revision #10 was created by moo.tensai moo.tensai on Jun 3, 2015, 6:43:55 AM.

add github link

Content

This is how i do before query on Yii 2.0 (or you can use my extension here : [yii2-before-query](https://github.com/mootensai/yii2-before-query "mootensai/yii2-before-query"))
 
 
1. Base Trait Before Query
------------------


```php
namespace common\traits\base;
[...]