コード例 #1
0
 function getRecipeDetails($dbh)
 {
     $this->recipe_details = RecipeDetails::findAllForRecipe($this->ID, $dbh);
 }