aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-MDB_QueryTool
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pear-MDB_QueryTool')
-rw-r--r--databases/pear-MDB_QueryTool/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/pear-MDB_QueryTool/pkg-descr b/databases/pear-MDB_QueryTool/pkg-descr
index 1e55919bc711..8011a83dfec6 100644
--- a/databases/pear-MDB_QueryTool/pkg-descr
+++ b/databases/pear-MDB_QueryTool/pkg-descr
@@ -1,13 +1,13 @@
-PEAR::MDB_QueryTool is an OO-abstraction to the SQL-Query language, it provides
-methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build
+PEAR::MDB_QueryTool is an OO-abstraction to the SQL-Query language, it provides
+methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build
queries.
-It also provides an easy to learn interface that interacts nicely with
-HTML-forms using arrays that contain the column data, that shall be
-updated/added in a DB. This package bases on an SQL-Builder which lets you
+It also provides an easy to learn interface that interacts nicely with
+HTML-forms using arrays that contain the column data, that shall be
+updated/added in a DB. This package bases on an SQL-Builder which lets you
easily build SQL-Statements and execute them.
-NB: this is a PEAR::MDB porting from the original DB_QueryTool written by
+NB: this is a PEAR::MDB porting from the original DB_QueryTool written by
Wolfram Kriesing and Paolo Panto (vision:produktion, wk@visionp.de).
WWW: http://pear.php.net/package/MDB_QueryTool/