Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
<?php
/**
 * Returns the list of all ingredient groups defined for a recipe.
 */
namespace com\whitemagicsoftware;

require "../common/php/class.AjaxIngredientGroup.php";

$ajax = new AjaxIngredientGroup();
$ajax->run();