PDA

View Full Version : How can i sort alphabetically in templates?


acast
08-15-2012, 02:55 PM
Hi. One question: How can i sort elements alphabetically in templates?

I have a list in a template and i want to sort it alphabetically.

Thanks for your help.

Lynne
08-15-2012, 03:53 PM
You will need to create a plugin and use php to sort it and then pass the results to the template.

acast
08-16-2012, 10:43 AM
You will need to create a plugin and use php to sort it and then pass the results to the template.And the code to sort alphabetically in them?

Thanks!

Lynne
08-16-2012, 02:42 PM
<a href="http://php.net/manual/en/function.sort.php" target="_blank">http://php.net/manual/en/function.sort.php</a>

acast
08-16-2012, 05:31 PM
http://php.net/manual/en/function.sort.phpThank you very much!