Welcome Guest, Not a member yet? Register   Sign In
Codeigniter - Autocomplete with Jquery (small article)
#3

[eluser]J. Brenne[/eluser]
Code:
// go foreach
        foreach($airports->result() as $airport)
        {
            $items[$airport->callname] = $airport->country;
        }

The tablenames were callname and country. Test it. Have to work Wink


Messages In This Thread
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-25-2009, 06:34 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-27-2009, 04:35 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-28-2009, 06:22 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-28-2009, 11:31 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-28-2009, 03:07 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-29-2009, 03:34 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-31-2009, 12:28 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-31-2009, 01:47 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-31-2009, 02:59 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 07-03-2009, 08:20 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 07-04-2009, 12:29 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 09-24-2009, 12:49 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 09-27-2009, 03:38 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 01-21-2010, 03:16 PM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 04-28-2010, 04:27 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 09-14-2010, 01:19 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 08-19-2011, 08:48 AM
Codeigniter - Autocomplete with Jquery (small article) - by El Forum - 08-19-2011, 02:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB