PhpPeanuts is an open source MVC for developing database-backed applications in PHP. It supports high and sustainable developer productivity by default reasoning and the '' principle.
With phpPeanuts you do not build an application from the bottom up. Instead you get one from , 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 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 way.
PhpPeanuts is not a 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
|