Exemplo n.º 1
0
 function getRecipeSteps($dbh)
 {
     $this->recipe_steps = RecipeStep::findAllForRecipe($this->ID, $dbh);
 }