diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-19 13:40:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-19 13:40:10 +0000 |
commit | 05857ab7b45461c1d4246df0da9e6565d5223b5e (patch) | |
tree | e45bcd3d27c6187f2cda1f0db515e9df33efb072 /databases/Makefile | |
parent | 94b8dda64465b6db3bd89cda5126097e9abb47f4 (diff) | |
download | ports-05857ab7b45461c1d4246df0da9e6565d5223b5e.tar.gz ports-05857ab7b45461c1d4246df0da9e6565d5223b5e.zip |
This is a DataSource driver for Structures_DataGrid using arrays. It is a
base package for some other DataSource drivers like CSV or XML.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_Array/
Notes
Notes:
svn path=/head/; revision=204100
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 d1ebda0de294..a0935b398e76 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -337,6 +337,7 @@ SUBDIR += pear-MDB2_Driver_sqlite SUBDIR += pear-MDB2_Schema SUBDIR += pear-MDB_QueryTool + SUBDIR += pear-Structures_DataGrid_DataSource_Array SUBDIR += pecl-memcache SUBDIR += pecl-sqlite SUBDIR += pgaccess |