Skip to content
Snippets Groups Projects
Commit 7bf29b24 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Updated docs.

parent 88a7bc77
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,7 @@ class pQuerySql extends pQuery implements pQueryExtension {
}
/**
* Delete all record from the given table that match the constraints.
* Delete all records from the given table that match the constraints.
*
* @param string $table The table to insert into.
* @param array $constraints Column names pointing to their values
......@@ -370,7 +370,8 @@ class pQuerySql extends pQuery implements pQueryExtension {
* @param mixed $constraints One of:
* - A variable that evaluates as "empty", which will yield the string '1'.
* - A string, which will be returned unchanged.
* - A list of column names pointing to their values.
* - A list of column names pointing to their values. A value may be
* a list, wich will yield a query with the MySQL 'IN' selector.
* @param bool $escape Whether to escape the values.
* @returns string The parsed constraints.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment