MyBB Community Forums

Full Version: Methods included in $db object
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone,

I'm developing a plugin for mybb, and I was wondering what mysqli methods are supported in Mybb? Because I sometimes get an error when trying to execute certain mysqli methods (such as mysqli_multi_query or mysqli_prepare).

Thanks!
-preb34
see \inc\db_mysqli.php
Awesome, thank you to the both of you!