samdark / yii2-cookbook

Yii 2.0 Community Cookbook
1.45k stars 296 forks source link

Missing Car class in single-table inheritance chapter #163

Closed olleharstedt closed 5 years ago

olleharstedt commented 7 years ago

There's a CarQuery, but no Car model.

https://github.com/samdark/yii2-cookbook/blob/master/book/ar-single-table-inheritance.md

samdark commented 5 years ago

Now use Gii to generate Car model.

So the model should be generated.