Exemplo n.º 1
0
public function RemoveRecipe($rmvcriteria) 
{
    $dbl = new DBLayer();
    $cursor = $dbl->RemoveRecipe($rmvcriteria);
}