こんにちはみんな私に説明させてください:
$this->view->form = new Application_Form_Kursdaty();
$url = $this->view->url(
array(
'action' => 'details',
'controller' => $this->getRequest()->getControllerName(),
'module' => $this->getRequest()->getModuleName(),
'id' => @@@@@SELECTFIELD[selected]@@@@@@
),
'default',
true
);
$this->view->form->setAction($url);
私は基本的に、選択したフィールドを選択したページにリダイレクトしたいと考えています。私は本当に何をすべきかわからない、助けてください!