<?php if ($model_data = Input::post('model_data', false)) { $model->values($model_data); $model->save(); Response::redirect(Uri::string()); } ?>I have a problem:
What does that refer to? I don't see anything in the issue tracker so no such proposal as far as I know.And there was a proposal to make a Request::refresh(); for a simple page refresh.
Response::redirect(Uri::string());This useful, when i need just reload page, to reset Post headers after sending form data.
It looks like you're new here. If you want to get involved, click one of these buttons!