I’d been trying to develop one with this for a long time. I’d try a lot of tutorial,but nothing works.
So my simple question, is there anybody know a good tutorial on making an autocomplete/autosuggest search in CAkePHP.
I’m using CakePHP 1.3.
Thanx in advance to all.
Just a suggestion:
JqueryUI autocomplete
CakePHP JSON-generated output
This way you communicate with server via jquery ui and output search results as json.
There’s a good article at Teknoid’s site covering this:
– JQuery autocomplete in CakePHP