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.

2013-01-12 15:05 Zurück zur Release-Liste
2.1.0

Zur Verbesserung der Sicherheit der vollständige Code der Benutzeroberflächen Abstact überprüft und verbessert, um Schutz vor cross-Site-scripting. Alle Request-Variablen, einschließlich Cookies und Servervariablen werden nun überprüft, Zeichensätze werden explizit angegeben, Umwandlung von Strings nicht mehr fehlerhafte Werte verteilt, wird der X-Frame-Options-Header unterstützt und Ajax Anfragen beschränken sich auf den Host die Seite stammt aus. Weitere Verbesserungen sind eine Domäne bestimmte Sprachstil API für Navigations Abfragen und einfacher Ajax-Anfragen für Teile, Abschnitte und Widgets.
Tags: Security, Minor
For improved security, the complete code of the abstact user interfaces has been reviewed and improved to protect against cross site scripting. All request variables including cookies and server variables are now validated, character sets are specified explicitly, string conversion no longer propagates erroneous values, the X-Frame-Options header is supported, and Ajax requests are limited to the host the page originates from. Other improvements are a domain specific language style API for navigational queries, and easier Ajax requests to parts, subparts, and widgets.

Project Resources