SQLite Version of PHP Processing Code
SQLite Version of PHP Processing Code
cliftonite
Posts: 8Questions: 0Answers: 0
I'm really loving this plugin, and have had a lot of success with it!
I have one issue. I'm trying to do server-side processing, but I need an SQLite version of the code/queries found on this page: [quote]http://datatables.net/release-datatables/examples/data_sources/server_side.html
[/quote]
Also found inside the download package:
[quote]/examples/server_side/scripts/server_processing.php)[/quote]
Has anyone written an SQLite version using PDO (PHP Data Objects) that will replicate the functionality written for MySQL?
Thanks!
I have one issue. I'm trying to do server-side processing, but I need an SQLite version of the code/queries found on this page: [quote]http://datatables.net/release-datatables/examples/data_sources/server_side.html
[/quote]
Also found inside the download package:
[quote]/examples/server_side/scripts/server_processing.php)[/quote]
Has anyone written an SQLite version using PDO (PHP Data Objects) that will replicate the functionality written for MySQL?
Thanks!
This discussion has been closed.
Replies
Allan
Yes, if I manage to get something to work, I'll share it. :)
I can see all these GET query variables, but I have no idea what kind of sample data I should set them to for testing purposes:
[code]
$_GET['iDisplayStart']
$_GET['iDisplayLength']
$_GET['iSortingCols']
$_GET['iSortCol_'.$i]
$_GET['sSortDir_'.$i]
$gaSql['link']
$_GET['sEcho']
[/code]
Any ideas to help me limp along?
Thanks!
Allan