Path to this page:
./
wip/pear-DB_DataObject,
SQL Builder, Object Interface to Database Tables
Branch: CURRENT,
Version: 1.8.5,
Package name: php74-pear-DB_DataObject-1.8.5,
Maintainer: loic-hoguinDataObject 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:
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: php74-pear-DB_DataObject-1.8.5
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
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.
|