jQueryおよびその他のjavascriptファイルをZendFrameworkプロジェクトに追加する必要があります。私はアクションコントローラーでそれをやろうとしています:-
public function userinfoAction()
{
$this->view->headScript()->appendFile($basePath .'/js/validate_jquary.js');
$this->headScript()->appendFile('http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');
return new ViewModel();
}
しかし、それは機能していません。