DataTables / DataTablesSrc

DataTables source repository
https://datatables.net
MIT License
587 stars 422 forks source link

Added ssp_mysqli.class.php as a mysqli alternative to PDO ssp.class.php #205

Closed Beat2er closed 2 years ago

Beat2er commented 2 years ago

Hello, as I needed the ability to use the PHP ssp script, but I am using the mysqli driver, I modified (a copy) of the ssp.class.php to address that issue. Cheers

AllanJard commented 2 years ago

This is awesome - thanks for sharing this. I'm not going to merge it in I'm afraid though, as it isn't something we want to fully support at this time. The existing SSP class is really just a demo of how server-side processing can be done. We tried doing a bit of a gallery of different SSP scripts before but it quickly became unmaintainable.

What you might consider doing is posting it in our forum so others can find and use it.

Beat2er commented 2 years ago

Ok, at least if someone is desperate, he can find this PR and take the code ;)