Hi All,

I'm making a search form for our document library at work.

Document HABTM keyword.


In the search form I'd like an autocomplete AJAX input field to find a
registered keyword.

I followed this tutorial:
http://mrphp.com.au/code/search-forms-cakephp

but it doesn't seem to work (when I starttyping words into the input
field there'sno auto-completion). In my case the keywords are in a
separate table, and coupled by a HABTM assoiation, maybe that's the
problem?

In which controller do I put the autoComplete() method? In the
documents_controller or the keywords_controller?


Best regards
G

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to