n1crack / datatables

Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly.
https://datatables.ozdemir.be/
MIT License
267 stars 90 forks source link

CI 3 with hooks error #72

Closed Goddard closed 2 years ago

Goddard commented 3 years ago

Hello I am using CI 3 as my framework and I do some SQL parsing when using hooks. I cannot use the CI 3 adapter because of some strange error with my parser.

Usually SELECT statements aren't parsed. Any idea what is going on?

I should add I tried the MySQL adapter and it worked fine.

Thanks