remove old comment
This commit is contained in:
parent
0ff447fe58
commit
b53dd6844e
@ -18,12 +18,6 @@ final class RecipeController
|
|||||||
$A_returnArray["ADMIN"] = Session::is_admin();
|
$A_returnArray["ADMIN"] = Session::is_admin();
|
||||||
|
|
||||||
View::show("recipe/view", $A_returnArray);
|
View::show("recipe/view", $A_returnArray);
|
||||||
|
|
||||||
// print_r($A_urlParams);
|
|
||||||
// $O_recetteModel = new RecipeIngredientsModel();
|
|
||||||
// $O_recetteModel->getByID("");
|
|
||||||
// View::show('helloworld/testform', array('formData' => $A_postParams));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function editAction(Array $A_urlParams = null, Array $A_postParams = null)
|
public function editAction(Array $A_urlParams = null, Array $A_postParams = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user