Beispiel #1
0
function get_food_by_code($code = "")
{
    $food = new Food();
    return $food->get_food_by_code($code);
}