Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Rubini
553776774f
do not delete from table INGREDIENT 2023-01-26 21:45:02 +01:00
Thomas Rubini
7ef799668a
add IngredientModel::update() 2023-01-26 19:20:09 +01:00
Thomas Rubini
4e4126586e
make IngredientModel::insert fetch ID 2023-01-26 18:53:05 +01:00
Thomas Rubini
4bf6cda6d9
use recipe_id in IngredientModel::getByRecipeAndName 2023-01-26 16:29:49 +01:00
0eb560c8b8
fixed wrong id being passed 2023-01-26 15:59:14 +01:00
f70465a17a
refactored ingredient model 2023-01-26 15:59:14 +01:00
9633e59e5e refactored recipeModel 2023-01-25 15:37:20 +01:00
Thomas Rubini
3da99a3ac7
Change all models to use the SQL database 2023-01-16 20:53:32 +01:00
Thomas Rubini
95ad2e1d6a
Example implementation of a controller 2023-01-12 17:15:19 +01:00