Example: I have a books table in my database that has an auto incrementing id field, and a name field. I sort them by name automatically when posting to the browser. What is the best way to add a sort option for the entered data in the backend to be able to sort the books by moving them up or down?
So I would be able to control what book would show first, second, third, and so on, in the list of books shown to the public for viewing.
I have seen this feature in Mambo where you have the choice to re-number the items for sort order, and they typically have the up and down arrows that you can click as well.
Would I just add another field called sort_order and store a number in that box? Or is there a better/easier way to do it?
Thanks for any feedback and guidance.
Jonzy