Added more content to demo : feature, folders, content

This commit is contained in:
Julien Chanséaume
2014-07-23 17:16:16 +02:00
committed by Julien Chanseaume
parent c2cb4f79a4
commit 0aa43bb773

View File

@@ -71,13 +71,12 @@ try {
->setAttribute($color)
->save($con);
/*
$ft = new Thelia\Model\FeatureTemplate();
$ft
->setTemplate($template)
->setFeature($material)
->save($con);
*/
echo "end creating templates\n";
createProduct($faker, $categories, $brands, $contents, $template, $color, $material, $con);