mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
correction
This commit is contained in:
parent
cbb50013b3
commit
57bbf63d28
@ -164,12 +164,14 @@ The `fetchQuery` function
|
|||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The fetchQuery function help to build the UNION query to gather events. This function should return an associative array MUST have the following key :
|
The fetchQuery function help to build the UNION query to gather events. This function should return an associative array MUST have the following key :
|
||||||
|
|
||||||
* `id` : the name of the id column
|
* `id` : the name of the id column
|
||||||
* `type`: a string to indicate the type
|
* `type`: a string to indicate the type
|
||||||
* `date`: the name of the datetime column, used to order entities by date
|
* `date`: the name of the datetime column, used to order entities by date
|
||||||
* `FROM` (in capital) : the FROM clause. May contains JOIN instructions
|
* `FROM` (in capital) : the FROM clause. May contains JOIN instructions
|
||||||
|
|
||||||
Those key are optional:
|
Those key are optional:
|
||||||
|
|
||||||
* `WHERE` (in capital) : the WHERE clause.
|
* `WHERE` (in capital) : the WHERE clause.
|
||||||
|
|
||||||
Where relevant, the data must be quoted to avoid SQL injection.
|
Where relevant, the data must be quoted to avoid SQL injection.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user