CodeIgniter Forums
How to throw mongoDB query, directly to mongoDB server? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: How to throw mongoDB query, directly to mongoDB server? (/showthread.php?tid=52219)



How to throw mongoDB query, directly to mongoDB server? - El Forum - 06-01-2012

[eluser]zacksyah[/eluser]
is there function to throw query mongoDB like this $this->db->query($query) because I want to create mongoDB executor in codeigniter so if I type this query like this db.users.find({age:33}) codeigniter throw that query directly to mongodb server. or is there another way? please help, thanks in advance


How to throw mongoDB query, directly to mongoDB server? - El Forum - 06-10-2012

[eluser]Glyn[/eluser]
I have created an example case of MongoDB in Codeigniter if you are interested.
Code available to download at http://glynrob.com/database/mongodb-in-codeigniter/