Releases: robotE13/yii2-catalog
Releases · robotE13/yii2-catalog
v0.1.0-categories
Update dependencies
Dynamic attributes for the product search model
Sample
In ProductController:
$searchModel = Yii::createObject([
'class' => robote13\catalog\forms\ProductSearch,
'productKind' => 'truck'
]);Where 'productKind' this is robote13\catalog\models\ProductType::$table (table name for dynamic attributes of Product without prefix, it`s same that an alias for the product category)
Fixed: missing files
v0.3.1 fix missed files
Categories entity removed
v0.3.0 Removing product categories.Please read changelog.
Refactoring the module installation
v0.2.0 Bootstrapping