I have a field (radio buttons) to select a century.
So when I show a list of my fields in the view, I can sort the columns (ASC or DESC), but roman numerals are strings with these options:
(XVI, XVII, XVIII, XIX, XX, XXI)
Is there any way to tell paginator to use a custom usort function, but just for that column?
I already have a function to convert and sort the romans, but how can I use it along with the paginator sort function in the view?
CakePHP 2.x.