CodeIgniter Forums
How to be able to use mysqli multi_query - 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 be able to use mysqli multi_query (/showthread.php?tid=8970)



How to be able to use mysqli multi_query - El Forum - 06-06-2008

[eluser]jonnyjon[/eluser]
Is there a way to be able to use mysqli's "multi_query" without hacking the core?

If there is a function to return the mysqli db object then it would be...

Help?


How to be able to use mysqli multi_query - El Forum - 06-06-2008

[eluser]jonnyjon[/eluser]
Figured it out... $this->db->conn_id->multi_query($query);