vuongxuongminh/yii2-searchable

[Enh] Auto attach Active Record behavior when this class using `SearchableTrait`

vuongxuongminh opened this issue · 0 comments

We can make a simple config for Active Record (not need define behavior) with auto attach.

If class using trait, the behavior will be attach automatically via global init event of the Active Record.