aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DB_QueryTool/pkg-descr
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /databases/pear-DB_QueryTool/pkg-descr
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
Notes
Diffstat (limited to 'databases/pear-DB_QueryTool/pkg-descr')
-rw-r--r--databases/pear-DB_QueryTool/pkg-descr10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/pear-DB_QueryTool/pkg-descr b/databases/pear-DB_QueryTool/pkg-descr
index 6388e8c1510c..61f00ec97238 100644
--- a/databases/pear-DB_QueryTool/pkg-descr
+++ b/databases/pear-DB_QueryTool/pkg-descr
@@ -1,10 +1,10 @@
-PEAR::DB_QueryTool is an OO-abstraction to the SQL-Query language, it provides
-methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build
+PEAR::DB_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.
WWW: http://pear.php.net/package/DB_QueryTool/