I'm familiar with how to do sorts at a DAO level, but in some cases it seems I might need to sort in the template side of things.
I'm trying to reorder sched_conf_setting->sponsors based on one key in the sponsors array. This is so one on the organizingTeam page it will list sponsors in a particular order using an existing attribute in the array. I can't find where the array is past from PHP to the template - so I can't intercept it there.
Following from the above, is there a way to do the sorting in the template itself?
Finally, I want to reorder the array in the database to, so that the step1 settings form shows the sponsors in a certain order too. Likewise here I can't find how/where/when to apply a reorder in PHP.
Any tips on any of these? I've added a rank/order attribute to the step1 settings now and am anxious to try it out
Tyler
