Profile
Achievement
You have not received any achievements.pruntrut's Recent SnippetsTagged php
- All /
« Prev 1 Next »
when someone trying to or two conditions using active record database library in codeigniter
0
819
posted 12 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
786
posted 12 years ago by pruntrut