Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pquery
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
pquery
Commits
7bf29b24
Commit
7bf29b24
authored
Dec 05, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated docs.
parent
88a7bc77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
pquery.sql.php
pquery.sql.php
+3
-2
No files found.
pquery.sql.php
View file @
7bf29b24
...
@@ -349,7 +349,7 @@ class pQuerySql extends pQuery implements pQueryExtension {
...
@@ -349,7 +349,7 @@ class pQuerySql extends pQuery implements pQueryExtension {
}
}
/**
/**
* Delete all record from the given table that match the constraints.
* Delete all record
s
from the given table that match the constraints.
*
*
* @param string $table The table to insert into.
* @param string $table The table to insert into.
* @param array $constraints Column names pointing to their values
* @param array $constraints Column names pointing to their values
...
@@ -370,7 +370,8 @@ class pQuerySql extends pQuery implements pQueryExtension {
...
@@ -370,7 +370,8 @@ class pQuerySql extends pQuery implements pQueryExtension {
* @param mixed $constraints One of:
* @param mixed $constraints One of:
* - A variable that evaluates as "empty", which will yield the string '1'.
* - A variable that evaluates as "empty", which will yield the string '1'.
* - A string, which will be returned unchanged.
* - 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.
* @param bool $escape Whether to escape the values.
* @returns string The parsed constraints.
* @returns string The parsed constraints.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment