Hello,
I have one field in my database as bit data type bit(1) which stores true/false. I want to apply order by query on that field how can I do that using grocery crud, I have used $this->grocery_crud->order_by('approved', 'desc'); but it didn't worked. please suggest.
Bit data type
Started by vikaskhairnar, 02 October 2012 - 13:04 PM
- Single Page
Posted 02 October 2012 - 13:04 PM