bgultekin / laravel4-datatables-package

Server-side handler of DataTables Jquery Plugin for Laravel 4
267 stars 108 forks source link

Fixed PHP < 5.5 compatibility with arbitrary expressions. #164

Closed phazei closed 9 years ago

phazei commented 9 years ago

Fixed issues referenced in #156 dealing with arbitrary expressions and empty() not working in PHP < 5.5

rossanthony commented 9 years ago

This issue is still present on php 5.4.* - any chance of this solution being merged?