Download List

Project Description

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.

System Requirements

System requirement is not defined
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.

2005-02-12 23:43 Back to release list
1.1

Only minor bugfixes since 1.1 beta 2. Compared to
1.0, the following changes were made.
HorizontalTablePart was added, which shows one
peanut per column instead of per row. Polymorphic
persistency and support for Global Filters by
SearchPage were added. Null values can now be
stored for number, date, time, and timestamp
datatypes. The E_NOTICEs which were triggered from
the framework have been eliminated. phpPeanuts now
works with allow_call_time_pass_reference=Off.
Tags: Minor feature enhancements

Project Resources