getFullRecipeWithComments($A_urlParams[0]); if ($A_returnArray === null) { echo "404"; return; } 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)); } }