I have an ArrayList that I am looking to sort on a field. I am doing
$arrayList->sort('Title');
- Example1
- example2
- Last
instead of
- Example1
- Last
- example2
Posted to: ArrayList sort without case sensitivity | Show Thread | Post Reply
I have an ArrayList that I am looking to sort on a field. I am doing
$arrayList->sort('Title');
instead of
Posted to: ArrayList sort without case sensitivity | Show Thread | Post Reply