Profile
Achievement

pruntrut's Recent SnippetsTagged php
- All /
« Prev 1 Next »
when someone trying to or two conditions using active record database library in codeigniter
0
196
posted 8 years ago by pruntrut
The following shoud do it. pass the array, index is what element you want to sort on (in your case use 3). Then you can sort asc or desc, and weather you want to use natural sorting (the way a human would sort, 2 before 10) and lastly case sensitive...
0
218
posted 8 years ago by pruntrut