I have an ArrayList that I am looking to sort on a field. I am doing
$arrayList->sort('Title');
which works except for the fact that it sorts based on case sensitivity. I would like it to be like- Example1
- example2
- Last
instead of
- Example1
- Last
- example2