Exemplo n.º 1
0
public function RemoveRecipework($ID)
{
    $dbl=new DBLayer();
    $obj=$this->CreateRecipeArray();
    $dbl->Removecollection($obj,$ID);
    header("Location: index.php");
}