![]() |
jquery autocomplete - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: jquery autocomplete (/showthread.php?tid=46971) |
jquery autocomplete - El Forum - 11-22-2011 [eluser]Unknown[/eluser] hello, now i'm trying to make a search form using jquery autocomplete. But i got stuck in getting the value from database. here's my controller code : Code: <?php I'm trying to get the value by taking the name in the from the database and here's the model : Code: public function pencarianData($params=array()){ Somebody help me please with this... |