PhpPeanuts is an open source 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. 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.
News
-
Version 1.4.rc1 is now making it's test run on the examples site. For more information see the release notes.
-
Extended scaffolding is now becoming hot in the community. It doesn't do just CRUD, relations and searching are also scaffolded. PhpPeanuts has been designed for this right from the start and has accumulated 4 years of experience. You don't need to wait for it to be ported to PHP, you can download it right now, try out the examples, read about them in the tutorial and on line. |