Hans Lellelid offered this bit:

After a long period of quite intense development, the Propel team is pleased to 
announce the release of Propel 1.0.0-alpha1.

Propel is an object persistence layer for PHP5 based on Apache Torque. In practical 
terms, Propel allows you to use objects instead of SQL to read and write rows in your 
database tables. Propel provides (1) a generator that creates SQL definition files 
(DDL) and PHP classes for your datamodel, and (2) a runtime engine that transparently 
handles object persistence and retrieval. Propel 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.

Visit http://propel.phpdb.org to learn more about Propel.

Some of Propel's features include:

   * Use of simple XML schema for datamodel definition
   * Generation of PEAR-style compliant, phpdoc commented, PHP5 classes.
   * Easy to customize object model (& changes won't get overwritten).
   * Generation of SQL definition files (DDL) for your RDBMS
   * Several popular databases supported: MSSQL, MySQL, PostgreSQL, SQLite.
   * Support for reverse-engineering XML schema from database
   * Use Criteria OO query system instead of writing SQL queries
   * Generated methods to easily & efficiently work with (foreign key) relationships

Gary Every
Sr. UNIX Administrator
Ingram Entertainment Inc.
2 Ingram Blvd, La Vergne, TN 37089
"Pay It Forward!"

-----Original Message-----
From: Thierry B. [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 22, 2004 3:23 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Re: How to simplify DB creation?

You have also this IDE : http://www.codecharge.com


-- 
Click below to answer / cliquez ci dessous pour me repondre
http://cerbermail.com/?MQkxTL4vUP

"Michal Masa" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi,
> We plan to write a simple DB with app. 10 tables. Are there any tools that
> simplify and automatize the creation of PHP scripts for the database?
> Like automatic generation of PHP scripts that produce HTML input forms,
> generation of value lists, validation, sorting and searching?
> Well documented PHP library could be also useful.
>
> Regards,
> Mike

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to