Forum Moderators: open
I'm looking for pointers on which framework I should use to construct a web page that does the following:
1. Reads a list of items from a database
2. Displays items in a sortable table that has basic filtering capabilities.
3. Allows visitor to drag item to a basket, and remove if need be.
4. Allows visitor to submit list to server for further processing by PHP.
I'm fairly handy with PHP and SQL so once I've got the UI licked I'll be ok with the backend, but I don't have much Javascript experience. I've looked into MooTools and Prototype/Script.aculo.us and can see that by picking one and combining the features it offers they should do what is needed. As a JS novice and being short on time I'll be heavily reliant on any pre-built components and tutorials. I've now spent too much time staring at examples and as my head has started to spin any advice on how to choose would be much appreciated.