我在zendcast上遵循了本教程,用ajax创建自动完成:
http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/
我在注册表“
中找不到”名称插件'AutocompleteElement'必须与我在IndexAction
中使用的代码有关`
$ this-> view-> autocompleteElement = new ZendX_JQuery_Form_Element_Autocomplete('ac');
$这 - >视图 - > autocompleteElement-> setLabel( '自动完成');
$这 - >视图 - > autocompleteElement-> setJqueryParam( '源', '索引/结果');
`
有人知道我应该在哪里解决这个问题吗?
答案 0 :(得分:0)
解决了它,我没有在index.phtml中正确调用它:/