Skip to content

Instantly share code, notes, and snippets.

View Stjubit's full-sized avatar

Stjubit Stjubit

  • NTS AG
View GitHub Profile
@Stjubit
Stjubit / server_processing.php
Last active January 14, 2017 13:43
An updated server side processing script for jQuery DataTables with an Oracle Database and PDO
<?php
include '../db/connect.php';
class TableData
{
private $_db;
// because we need to sort case insensitive and numeric doesnt work