Download List

專案描述

Propel is an object persistence layer for PHP5
based on Apache Torque. In practical terms, it
allows you to use objects instead of SQL to read
and write rows in your database tables. It
provides a generator that creates SQL definition
files and PHP classes for your datamodel, and a
runtime engine that transparently handles object
persistence and retrieval. It makes it easy to
customize generated classes; additionally, the use
of XML, PHP classes, and the Phing build tool make
it easy to integrate Propel with an existing
application framework.

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-04-08 08:49
1.1.0

This release fixes a number of bugs and introduces new
features including pre-epoch date support, vendor-specific
database metadata, removal of the PEAR::Log dependency,
and some new methods in generated OM classes.
標籤: Minor feature enhancements

2004-11-10 00:26
1.0.0

This first stable release fixes a number of bugs and introduces some
new features. Prominent among the new features is support for handling
hierarchical trees in SQL. The latest version of Propel is also
available as PEAR-installable components.
標籤: Minor feature enhancements

2004-07-20 05:17
1.0.0beta2

This second (and hopefully last) beta release fixes several minor bugs and introduces some useful new features. Prominent among the new features is a redesigned project directory layout, separation of the runtime and generator codebase, support for read-only generated objects, support for lazy-loading columns, and support for a new XML runtime configuration file format.
標籤: Minor feature enhancements

2004-06-13 08:05
1.0.0beta1

This release fixed several issues related to tables with
non-auto-increment primary keys, several issues with default
MySQL SQL generation, and few other minor engine bugs.
標籤: Minor bugfixes

2004-03-23 11:22
1.0.0alpha1

標籤: Initial freshmeat announcement

Project Resources