1
得到自動提示我輸入了我的代碼在我的控制器像下面如何在CakePHP中
function keyup(){
$this->Note->simple();
if(strlen($searchq)>0){
while ($row = mysql_fetch_array($getRecord)) {
<a href="#"> echo $row['name']; <small> echo $row['department'];</small></a>
}
return $row;
}
}
只要我進入這一個,它不會顯示任何信息。
我需要哪些更正?
可能重複... http://stackoverflow.com/questions/220211/what-is-the-best-library-to-create-an-ajax-auto-suggest-textbox-in-a-web-形成 – 2010-04-30 08:57:28