Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
<?php
/**
 * This script searches the ingredient names for a given string, providing
 * a number of matches that are equal to or close to the input value.
 */

namespace com\whitemagicsoftware;

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

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