diff options
author | pav <pav@FreeBSD.org> | 2005-03-15 04:15:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-15 04:15:54 +0800 |
commit | 60b3d116aff0c9c23075d67af4c8313588283286 (patch) | |
tree | 5eec1af6219e3f4be21ebd554d416663a0916790 /databases/Makefile | |
parent | 42f18ef8a02523ee98eac46ec21ab493ffa4c21b (diff) | |
download | freebsd-ports-gnome-60b3d116aff0c9c23075d67af4c8313588283286.tar.gz freebsd-ports-gnome-60b3d116aff0c9c23075d67af4c8313588283286.tar.zst freebsd-ports-gnome-60b3d116aff0c9c23075d67af4c8313588283286.zip |
New port: databases/pear-DB_Table PEAR object-oriented interface to a database table
PEAR::DB_Table builds on PEAR DB to abstract datatypes and automate table
creation, data validation, insert, update, delete, and select; combines
these with PEAR::HTML_QuickForm to automatically generate input forms
that match the table column definitions.
PR: ports/78588
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 88e9e8ce5dcb..03c710dabfd9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -215,6 +215,7 @@ SUBDIR += pear-DB_DataObject_FormBuilder SUBDIR += pear-DB_Pager SUBDIR += pear-DB_QueryTool + SUBDIR += pear-DB_Table SUBDIR += pear-DB_ldap SUBDIR += pear-DBA SUBDIR += pear-MDB |