Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
<?php
/**
 * Returns all ingredients for a recipe.
 */
namespace com\whitemagicsoftware;

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

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