how to use an existing mysqli connection with datatables editor?

how to use an existing mysqli connection with datatables editor?

classic2020classic2020 Posts: 4Questions: 2Answers: 0

Good day,
please let me know how to use an existing mysqli connection with editor. I only found how to do it with an existing PDO connection. Thank you very much in advance!

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Answer ✓

    The Editor libraries we provide use PDO - they do not have a mysqli interface option. If you need to use mysqli you’d likely need to create your own server side libraries for Editor, or modify the existing ones (the PHP libraries for Editor are open source MIT licensed).

    Allan

  • classic2020classic2020 Posts: 4Questions: 2Answers: 0

    Thank you Allan! I am glad the support is so fast! Definitely going to buy the license after trial ;-)

This discussion has been closed.