samdark / yii2-cookbook

Yii 2.0 Community Cookbook
1.45k stars 296 forks source link

Adjust single table inheritance recipe to be able to work with ->where #27

Closed samdark closed 9 years ago

samdark commented 9 years ago

https://github.com/yiisoft/yii2/issues/6011

  1. Override AR's find() to return custom Query class.
  2. In custom Query class override prepare to modify conditions.