CodeIgniter Forums
Autocomplete don't work in Model file - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Autocomplete don't work in Model file (/showthread.php?tid=1686)



Autocomplete don't work in Model file - Halouma - 04-01-2015

I'm a beginner with CodeIgniter. I code with Eclipse PDT. I applied autocompletion. it works with the controllers but not with the models.

$ query = $ this-> db-> get ('data');

an error message is displayed: the get method is not recognized.