Downloadliste

Projektbeschreibung

PhpPeanuts is a framework for developing
database-backed applications in PHP. Rather than building an application from the bottom up, you initially only build domain model classes in which you specify properties, relationships, and database table names in metadata. The framework dynamically scaffolds getters and setters, persistency, navigation over relations, and input and delete validation. The abstract user interface instantly offers a rich set of pages for searching, browsing, drilling down, editing and reporting over your domain model. From there on you extend and refine both the domain model and the user interface to make it what you want by defining specialization classes and overriding inherited methods.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-11 22:03 Zurück zur Release-Liste
2.0.0

Diese Version wurde vollständig auf PHP 5 angepasst. Insbesondere ESTRICT Standards eingehalten werden, sind variable Bezüge nicht mehr verwendet, um Objekte übergeben, und Ausnahmen verwendet und gehandhabt werden. Flexibilität erhöht wurde, mit mehreren separaten Teilen, Wege für die Bearbeitung, einer Fabrik, und allgemeine Funktionen zu überschreiben. Recusive Objekt kopieren und Menü Hervorhebung hinzugefügt wurden.
Tags: Major Maintenance, Minor feature enhancements
This version was fully adapted to PHP 5. Specifically, ESTRICT standards are followed, variable references are no longer used to pass objects, and exceptions are used and handled. Flexibility was increased, with more seperate parts, paths for editing, a widget factory, and general functions override. Recusive object copying and menu highlighting were added.

Project Resources