import pear-DB_DataObject 1.8.10

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.
This commit is contained in:
jasper 2009-03-19 20:15:34 +00:00
parent 788fccdd9e
commit a02f7415a4
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/19 20:15:34 jasper Exp $
COMMENT= SQL builder, object interface to database tables
DISTNAME= DB_DataObject-1.8.10
PKGNAME= pear-${DISTNAME}
CATEGORIES= databases pear
MODULES= www/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (DB_DataObject-1.8.10.tgz) = KgwUE05bdX/PF12H0Y/6gw==
RMD160 (DB_DataObject-1.8.10.tgz) = dvj2miLOTYkGQUHbpsk1q4jxfU0=
SHA1 (DB_DataObject-1.8.10.tgz) = 2RDlI7V7oHGlghOjkGiUq4drdhs=
SHA256 (DB_DataObject-1.8.10.tgz) = XoY4kNMqNF+RkpZzBUNyoMDfErHV+qJq7M0rpHwHz7I=
SIZE (DB_DataObject-1.8.10.tgz) = 65565

View File

@ -0,0 +1,9 @@
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.

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/03/19 20:15:34 jasper Exp $
@group daemon
lib/
lib/php/
pear/doc/
pear/doc/DB_DataObject/
pear/doc/DB_DataObject/docs/
pear/doc/DB_DataObject/docs/example.ini
pear/lib/.registry/db_dataobject.reg
pear/lib/DB/
pear/lib/DB/DataObject/
pear/lib/DB/DataObject.php
pear/lib/DB/DataObject/Cast.php
pear/lib/DB/DataObject/Error.php
pear/lib/DB/DataObject/Generator.php
pear/lib/DB/DataObject/createTables.php