Image d'illustration de la recette

S_NAME ?>

I_TIME ?> — O_DIFFICULTY->S_NAME ?>

S_DESCR ?>

Ingrédients

    getIngredients() as $O_ingredient){ echo "
  • $O_ingredient->S_NAME: $O_ingredient->I_QUANTITY
  • "; } ?>

Préparation

    S_RECIPE) as $S_instr) echo "
  1. ".$S_instr."
  2. "; ?>
getAuthor(); if($O_author === null) { echo '

By an anonymous user

'; } else { echo '

By '.$O_author->S_USERNAME.'

'; } ?>