05.07.2009
I've been playing with a framework called Picora for over a year now. You can download it at http://picora.org/. Don't expect support or documentation though. The project is basically dead at this point. I'm still playing with it because I love it. Picora is a PHP5 MVC framework that is very lightweight. The author did a good job developing the basic MCV functionality; its performs well and is relatively easy to use once you get over the learning curve. Don't get the wrong idea; Picora is not a brand new idea, just a well implemented port.
One thing missing from Picora is scaffolding. Scaffolding lets you add/edit/delete objects in the database without having to code the controllers and views. I decided to implement scaffolding for Picora. Its pretty simplistic at this point, but it does work. All you have to do is create a model and the framework will do the rest.
Update: Sorry, I can't have this code out there for download anymore. We are going to be running the new picora.org site and we will have downloads available there soon.