Added more content to demo : feature, folders, content
This commit is contained in:
committed by
Julien Chanseaume
parent
c2cb4f79a4
commit
0aa43bb773
@@ -71,13 +71,12 @@ try {
|
|||||||
->setAttribute($color)
|
->setAttribute($color)
|
||||||
->save($con);
|
->save($con);
|
||||||
|
|
||||||
/*
|
|
||||||
$ft = new Thelia\Model\FeatureTemplate();
|
$ft = new Thelia\Model\FeatureTemplate();
|
||||||
|
|
||||||
$ft
|
$ft
|
||||||
->setTemplate($template)
|
->setTemplate($template)
|
||||||
->setFeature($material)
|
->setFeature($material)
|
||||||
->save($con);
|
->save($con);
|
||||||
*/
|
|
||||||
echo "end creating templates\n";
|
echo "end creating templates\n";
|
||||||
|
|
||||||
createProduct($faker, $categories, $brands, $contents, $template, $color, $material, $con);
|
createProduct($faker, $categories, $brands, $contents, $template, $color, $material, $con);
|
||||||
|
|||||||
Reference in New Issue
Block a user