bgultekin / laravel4-datatables-package

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

why select is must need #220

Closed rose1988c closed 8 years ago

rose1988c commented 8 years ago

I noticed this

Model::select(array('something'))

IF There are 30+ columns in the table , It's not convenient.

MarkVaughn commented 8 years ago

why not just use select(['*']) ?