CodeIgniter Forums
mongodb last query - 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: mongodb last query (/showthread.php?tid=72586)



mongodb last query - makif - 01-08-2019

i am using mongodb library in ci and i need to reach last query in mongodb
is there any solution for getting last query ? 
 i am using this library.  https://github.com/verkhoumov/codeigniter-mongodb-library


RE: mongodb last query - php_rocs - 01-09-2019

@makif,

Try this... https://codeigniter.com/user_guide/database/helpers.html?highlight=last_query#information-from-executing-a-query


RE: mongodb last query - makif - 01-09-2019

(01-09-2019, 12:56 PM)php_rocs Wrote: @makif,

Try this... https://codeigniter.com/user_guide/database/helpers.html?highlight=last_query#information-from-executing-a-query

thanks for suggestion but it doesnot work, i tried before  Undecided


RE: mongodb last query - php_rocs - 01-10-2019

@makif,

Is it possible to see the code that you are using? When you tried the suggested code did you receive any error messages?