Bug 70882

Summary: New port: databases/pear-DB_DataObject An SQL Builder, Object Interface to Database Tables
Product: Ports & Packages Reporter: Antonio Carlos Venancio Junior <antonio>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Antonio Carlos Venancio Junior 2004-08-23 21:20:15 UTC
New port: databases/pear-DB_DataObject

An SQL Builder, Object Interface to Database Tables

PEAR::DB_DataObject performs 2 tasks:
1. Builds SQL statements based on the objects vars and the buiLder methods.
2. acts as a datastore for a table row.

The core class is designed to be extended for each of your tables so that you
 put the data logic inside the data classes.
Included is a Generator to make your configuration files and your base classes.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-08-23 22:00:02 UTC
State Changed
From-To: open->closed


New port added, thanks!