Module Recettes : on avance... un peu...
This commit is contained in:
@@ -34,10 +34,12 @@ class GeneralLoop extends BaseLoop implements PropelSearchLoopInterface
|
||||
->set("ID", $recipe->getId())
|
||||
->set("CONTENT_ID", $recipe->getContentId())
|
||||
->set("TITLE", $recipe->getTitle())
|
||||
->set("SUMMARY", $recipe->getSummary())
|
||||
->set("PEOPLE", $recipe->getPeople())
|
||||
->set("DIFFICULTY", $recipe->getDifficulty())
|
||||
->set("PREPARATION_TIME", $recipe->getPreparationTime())
|
||||
->set("COOKING_TIME", $recipe->getCookingTime())
|
||||
->set("OTHER_INGREDIENTS", $recipe->getOtherIngredients())
|
||||
;
|
||||
$loopResult->addRow($loopResultRow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user