In Yii framework,
how can I disable defaultScope ?
I tried with resetScope(false) and resetScope(true)
but to no avail.
Any help would be really appreciated.
In Yii framework,
how can I disable defaultScope ?
I tried with resetScope(false) and resetScope(true)
but to no avail.
Any help would be really appreciated.
Copyright © 2021 Jogjafile Inc.
you can disable defaultScode by overriding
defaultScope()method and returning empty array.