I am on the lookout for a good PHP framework and/or ORM. I'm thinking that I'll go with the one in which the following is easy/clean to implement:
A table of forms filled out with DB values. If you change a value or add a new row, pressing "save" will update or insert DB rows and redraw the table.
The data comes from a few different tables, so it's rather tedious and ugly to do this without some kind of ORM. Any suggestions?