diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-14 20:15:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-14 20:15:54 +0000 |
commit | a09bb6e18f85d4e08d5acd89a983bc925c0bf689 (patch) | |
tree | 674b98a99d7c641bfe9be49d056f6ec8a362b867 /databases/Makefile | |
parent | - Remove BARRIER to show advertise of WITH_PRESERVE_CONFIG_FILES option (diff) |
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>
Notes
Notes:
svn path=/head/; revision=131242
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 |