I have a db table of items by no particular order. I want a user to be able to sort and resort the items by how important they deem them to be. What is the best way to approach this? Think of a todo list of items someone can order by the order in which they want to do the.
I'm doing this in php/codeigniter, but overall approach thoughts are very welcome. Thanks.
