[TYPO3-mvc] own sorting with extbase

Philipp philippwrann at gmx.at
Fri Jan 24 14:45:55 CET 2014


Simply call toArray and sort it.... 

You could assign the items to an associative array and sort it by keys or create an array holding uid->sortfield pairs and sort it by value...

thats no problem and its a double-pass AND you cant use the paginate viewhelper etc etc...


More information about the TYPO3-project-typo3v4mvc mailing list