./wip/pear-DB_DataObject, SQL Builder, Object Interface to Database Tables

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8.5, Package name: php74-pear-DB_DataObject-1.8.5, Maintainer: loic-hoguin

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.


Required to run:
[databases/pear-DB] [time/pear-Date] [lang/pear] [lang/php73]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-09-02 02:40:29 by OBATA Akio | Files touched by this commit (1)
Log message:
user-destdir ready.
   2007-04-25 14:13:08 by Loïc Hoguin | Files touched by this commit (5)
Log message:
Import pear-DB_DataObject-1.8.5.

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.