CodeIgniter Forums
Mongo DB and Codeigniter 3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Mongo DB and Codeigniter 3 (/showthread.php?tid=65386)



Mongo DB and Codeigniter 3 - Happy Camper - 06-06-2016

Hello

Could anyone please point me in the direction of a working library and tutorial for using Mongo DB and Codeigniter together. All the ones I can find are old and reference a GitHub page which no longer exists.

Thanks very much!


RE: Mongo DB and Codeigniter 3 - dmyers - 06-06-2016

These should get you headed in the right direction:

https://github.com/search?o=desc&q=codeigniter+mongo&s=updated&type=Repositories&utf8=✓


RE: Mongo DB and Codeigniter 3 - Happy Camper - 06-08-2016

(06-06-2016, 04:54 PM)dmyers Wrote: These should get you headed in the right direction:

https://github.com/search?o=desc&q=codeigniter+mongo&s=updated&type=Repositories&utf8=✓

Thank You