samdark / yii2-shop

Example project implementing simple shop using Yii 2.0
Other
461 stars 236 forks source link

$model on catalog/_product #18

Closed inthinks closed 9 years ago

inthinks commented 9 years ago

where does $model come from? can you explain to me please? What techniques do you use ? it suddenly appearing an instance object of Product.

thanks.

samdark commented 9 years ago

https://github.com/samdark/yii2-shop/blob/master/frontend/views/catalog/list.php#L24 https://github.com/samdark/yii2-shop/blob/master/frontend/controllers/CatalogController.php#L35