CodeIgniter Help
I am trying to build an autosuggest using CodeIgniter, can i 开发者_Go百科have some examples?
Try their video tutorials. They show you how to make a blog and a basic introduction to CodeIgniter.
Also, they have another list of tutorials that might give you a better idea.
Have a look at the PHP form_helper that shows you how to add javascript events and PHP callbacks on to form elements both of these you will need to use to work.
Good Luck
精彩评论