Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add this code at the top of your custom module:
Code Block
languagetext
 NativeMySQL::connect();

...

  1. Thats it, you can use standard mysql functions now!

...