id
我的问题是当我进入 if 条件时我丢失了参数(即我不能使用变量),因为这发生在我按下submit
视图中的按钮之后(即在我设置 post 数组之后)
public function action_resetpassword()
{
$this->template->content = View::factory('user/password/reset')
->bind('message', $message)
->bind('errors', $errors);
if (HTTP_Request::POST == $this->request->method())
{
$id = $this->request->param('id');