There are a lot of php mvc frameworks out there now. Which one will get me to a frontend, a backend, a user system with permissions the fastest.
I like the look of things like Symfony or Codeigniter but there seems to be a lot of re-inventing the wheel involved.
Every web application is going to have some users, even if they're just administrators, and is going to have an admin page. Most will have some static content as well as coded modules and active features in a configurable templating system. I'd love to install some package and start with a system that does all that that so that I can focus on the hard parts.
I'm looking to build and internal order entry and tracking system if that has any impact on your answer.