diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-19 21:48:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-19 21:48:26 +0800 |
commit | dfb6ef8d3419e478a3a0e0d4b5ba7c5e114b3659 (patch) | |
tree | 099bd97c217e07dadc9dad4303ac72f9de9f1e1d /databases/Makefile | |
parent | 479f733e77b3e33dcbd823251071fbed5f39cc6a (diff) | |
download | freebsd-ports-gnome-dfb6ef8d3419e478a3a0e0d4b5ba7c5e114b3659.tar.gz freebsd-ports-gnome-dfb6ef8d3419e478a3a0e0d4b5ba7c5e114b3659.tar.zst freebsd-ports-gnome-dfb6ef8d3419e478a3a0e0d4b5ba7c5e114b3659.zip |
This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and an
SQL query.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_MDB2/
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 df7d25786ece..2365ae608fc8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -341,6 +341,7 @@ SUBDIR += pear-Structures_DataGrid_DataSource_CSV SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery SUBDIR += pear-Structures_DataGrid_DataSource_DBTable + SUBDIR += pear-Structures_DataGrid_DataSource_MDB2 SUBDIR += pecl-memcache SUBDIR += pecl-sqlite SUBDIR += pgaccess |