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.

2004-12-29 00:13
1.1 beta 1 portable 1

This release runs on both php4 and php5. It is functionally equal to
phpPeanuts 1.1 beta 2. On php5, it runs with zend.ze1_compatibility_mode
= On as well as Off. Application developers can make their own
phpPeanuts applications portable, too, meaning that the same code does
the same on both platforms (instructions are included in the download).
On php5, the code is not free of E_STRICT notifications.

2004-12-29 00:12
1.1 beta 2

Global filters now instantiate a filter from an array instead of
evaluating PHP source from a session. Bugs have been fixed in the
Dialog Widget on new objects, in initializing parent class metadata,
in the cross application new object button, and in metadata undeclared
primitive types. Several notifications have been fixed.
Tags: Minor bugfixes

2004-11-18 14:35
1.1 beta 1

HorizontalTablePart was added, which shows one
peanut per column instead of per row. Polymorphic
persistence and support for Global Filters by
SearchPage were added. Null values can now be
stored for number, date, time, and timestamp
datatypes. The E_NOTICE which was triggered from
the framework was eliminated.
Tags: Minor feature enhancements

2004-06-08 01:54
1.0a

This release has a generic reference anomaly workaround, added class comments, and production status.
Tags: Minor bugfixes

2004-05-09 17:48
1.0.beta.1c

pntUnit has been protected against include
directives from outside the tests' root.
Tags: Initial freshmeat announcement

Project Resources