Quick search:

Application Framework and Component Model

PhpPeanuts is an open source MVC framework for developing database-backed applications in PHP. It supports high and sustainable developer productivity by default reasoning and the 'once and only once' principle.

With phpPeanuts you do not build an application from the bottom up. Instead you get one scaffolded from meta data, then extend and refine it step by step to make it more and more like you want it to be.

PhpPeanuts does in general not generate code. Instead it generates the application behavior dynamically on each request. It doesn't do just CRUD, relations and searching are also scaffolded. When you adapt your design the scaffolded parts of your application will adapt dynamically with each request. So you can start with the simpelest thing that could possibly work for your application, and refactor later if the need arises, without losing much productivity. The eXtreme Programming way.

PhpPeanuts is not a Ruby on Rails clone, it was released earlier and has together with its predcessors a history of over 16 years. Yet it is only 731 Kb of code that can be browsed an seached on line to understand, override and extend it to serve your requirements.

 

News