Is there a Server-Side PHP example available for 1.10
Is there a Server-Side PHP example available for 1.10
CenterFound
Posts: 30Questions: 10Answers: 0
There is a 1.09 version, using PHP with Oracle.
However, I haven't found an updated version for 1.10.
With the parameter changes, I want to ensure I'm doing things correctly.
An example PHP would be quite useful if it doesn't already exist.
Thank you,
Allan
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
There isn't one available for Oracle I'm afraid. You'd need to port the existing MySQL demo one. Alternatively, the Editor libraries support Oracle (although server-side processing requires 12c or newer).
Allan
Can you point me to the location? I'm not finding it on the site, and I admit I'm likely looking in the wrong places.
Thank you,
Allan
Of what? As I say, there isn't a server-side processing example for Oracle.
Editor does feature support for Oracle and will work with server-side processing, but only for 12c+.
Allan
I'm sorry I wasn't more clear. You made reference to a MySQL version I could look at and port over to Oracle. I have looked for this version, and could only locate the 1.09 version of the PHP Server side. I'm looking for ANY v1.10 Server-side example.
Thank you,
Allan
The server-side example is here:
https://datatables.net/examples/data_sources/server_side.html
You can get the ssp class from GitHub.
https://github.com/DataTables/DataTablesSrc/blob/master/examples/server_side/scripts/ssp.class.php
Awesome - Thanks Guys!