You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development/db/dbal.rst
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Parameters
53
53
^^^^^^^^^^
54
54
55
55
.. csv-table::
56
-
:header:"Parameter", "Usage"
56
+
:header: Parameter, Usage
57
57
:delim: #
58
58
59
59
Host # The host of the database. |br| When using config.php you should use $dbhost instead.
@@ -118,7 +118,7 @@ Example:
118
118
Parameters
119
119
^^^^^^^^^^
120
120
.. csv-table::
121
-
:header:"Parameter", "Usage"
121
+
:header: Parameter, Usage
122
122
:delim: #
123
123
124
124
Query Type # Type of query which needs to be created (SELECT, SELECT_DISTINCT)
@@ -158,7 +158,7 @@ Example:
158
158
Parameters
159
159
^^^^^^^^^^
160
160
.. csv-table::
161
-
:header:"Parameter", "Usage"
161
+
:header: Parameter, Usage
162
162
:delim: #
163
163
164
164
Query Type # Type of query which needs to be created (UPDATE, INSERT, INSERT_SELECT or SELECT)
@@ -182,7 +182,7 @@ Example:
182
182
Parameters
183
183
^^^^^^^^^^
184
184
.. csv-table::
185
-
:header:"Parameter", "Usage"
185
+
:header: Parameter, Usage
186
186
:delim: |
187
187
188
188
Column | Name of the sql column that shall be compared
@@ -207,7 +207,7 @@ Example:
207
207
Parameters
208
208
^^^^^^^^^^
209
209
.. csv-table::
210
-
:header:"Parameter", "Usage"
210
+
:header: Parameter, Usage
211
211
:delim: |
212
212
213
213
String | The string that needs to be escaped.
@@ -223,7 +223,7 @@ The ``sql_not_like_expression`` is identical to ``sql_like_expression`` apart fr
223
223
Parameters
224
224
^^^^^^^^^^
225
225
.. csv-table::
226
-
:header:"Parameter", "Usage"
226
+
:header: Parameter, Usage
227
227
:delim: |
228
228
229
229
Expression | The expression to use. Every wildcard is escaped, except $db->get_any_char() and $db->get_one_char()
@@ -269,7 +269,7 @@ Example:
269
269
Parameters
270
270
^^^^^^^^^^
271
271
.. csv-table::
272
-
:header:"Parameter", "Usage"
272
+
:header: Parameter, Usage
273
273
:delim: |
274
274
275
275
Column name | The column name to LOWER the value for.
@@ -298,7 +298,7 @@ Example:
298
298
Parameters
299
299
^^^^^^^^^^
300
300
.. csv-table::
301
-
:header:"Parameter", "Usage"
301
+
:header: Parameter, Usage
302
302
:delim: |
303
303
304
304
Query | Contains the SQL query which shall be executed
@@ -323,7 +323,7 @@ Example:
323
323
Parameters
324
324
^^^^^^^^^^
325
325
.. csv-table::
326
-
:header:"Parameter", "Usage"
326
+
:header: Parameter, Usage
327
327
:delim: |
328
328
329
329
Query | Contains the SQL query which shall be executed.
@@ -359,7 +359,7 @@ Example:
359
359
Parameters
360
360
^^^^^^^^^^
361
361
.. csv-table::
362
-
:header:"Parameter", "Usage"
362
+
:header: Parameter, Usage
363
363
:delim: |
364
364
365
365
Table name | Table name to run the statements on.
@@ -427,7 +427,7 @@ Example:
427
427
Parameters
428
428
^^^^^^^^^^
429
429
.. csv-table::
430
-
:header:"Parameter", "Usage"
430
+
:header: Parameter, Usage
431
431
:delim: #
432
432
433
433
Field # Name of the field that needs to be fetched.
@@ -442,7 +442,7 @@ Returns an array with the result of using the ``sql_fetchrow`` method on every r
442
442
Parameters
443
443
^^^^^^^^^^
444
444
.. csv-table::
445
-
:header:"Parameter", "Usage"
445
+
:header: Parameter, Usage
446
446
:delim: #
447
447
448
448
Result (Optional) # The result that is being evaluated. |br| This result comes from a call to the sql_query method. |br| If left empty the last result will be called.
@@ -480,7 +480,7 @@ Example with a while-loop:
480
480
Parameters
481
481
^^^^^^^^^^
482
482
.. csv-table::
483
-
:header:"Parameter", "Usage"
483
+
:header: Parameter, Usage
484
484
:delim: #
485
485
486
486
Result (Optional) # The result that is being evaluated. |br| The result comes from a call to the sql_query method. |br| If left empty the last result will be called.
@@ -493,7 +493,7 @@ Seeks to given row number. The row number is zero-based. Defined in the specific
493
493
Parameters
494
494
^^^^^^^^^^
495
495
.. csv-table::
496
-
:header:"Parameter", "Usage"
496
+
:header: Parameter, Usage
497
497
:delim: #
498
498
499
499
Row number # The number of the row which needs to be found (zero-based).
@@ -523,7 +523,7 @@ Example:
523
523
Parameters
524
524
^^^^^^^^^^
525
525
.. csv-table::
526
-
:header:"Parameter", "Usage"
526
+
:header: Parameter, Usage
527
527
:delim: #
528
528
529
529
Result (Optional) # The result that is being evaluated. |br| This result comes from a call to the sql_query method. |br| If left empty the last result will be called.
Copy file name to clipboardExpand all lines: development/extensions/new_in_rhea.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ New Language Object
29
29
A new Language object has been introduced that decouples language functions from the User object. That is to say, the following language functions now belong to the ``\phpbb\language\language`` class:
30
30
31
31
.. csv-table::
32
-
:header:"Function", "Description"
32
+
:header: Function, Description
33
33
:delim: |
34
34
35
35
``lang`` | "Advanced language substitution."
@@ -79,7 +79,7 @@ As of phpBB 3.2, a new and more powerful BBCode formatting engine has been integ
79
79
The new engine has already been equipped with many PHP events making it even easier than before for extensions to configure BBCodes and BBCode formatted text. The following are the new PHP events:
80
80
81
81
.. csv-table::
82
-
:header:"Event", "Description"
82
+
:header: Event, Description
83
83
:delim: |
84
84
85
85
``core.text_formatter_s9e_configure_before`` | "Modify the s9e\TextFormatter configurator before the default settings are set."
Copy file name to clipboardExpand all lines: development/extensions/tutorial_notifications.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ Base Services
309
309
The base notification type class (:class:`\\phpbb\\notification\\type\\base`) already has a few available services which can be used in our class's functions.
310
310
311
311
.. csv-table::
312
-
:header:"Object", "Class"
312
+
:header: Object, Class
313
313
:delim: |
314
314
315
315
``$auth`` | :class:`\\phpbb\\auth\\auth`
@@ -663,7 +663,7 @@ But if you are using the email method, then you should use this function to defi
663
663
However, note that the phpBB core already defines some *default* variables for you:
664
664
665
665
.. csv-table::
666
-
:header:"Variable", "Description", "Defined in"
666
+
:header: Variable, Description, Defined in
667
667
:delim: #
668
668
669
669
``USERNAME`` # The recipient's username # :class:`\\phpbb\\notification\\method\\messenger_base` ``notify_using_messenger()``
@@ -964,7 +964,7 @@ Optionally you can send a third argument, ``$options``, to specify which notific
964
964
The options that can be defined are listed below:
965
965
966
966
.. csv-table::
967
-
:header:"Object", "Class"
967
+
:header: Object, Class
968
968
:delim: #
969
969
970
970
``item_id`` # The item identifier for the notification. |br| Defaults to get_item_id_
@@ -1037,7 +1037,7 @@ Parameters
1037
1037
^^^^^^^^^^
1038
1038
1039
1039
.. csv-table::
1040
-
:header:"Parameter", "Description"
1040
+
:header: Parameter, Description
1041
1041
:delim: #
1042
1042
1043
1043
**notification_type** # The notification service identifier. |br| Can be a single string or an array of service identifiers. |br| In this example: ``vendor.extension.notification.type.sample``.
@@ -1084,7 +1084,7 @@ Parameters
1084
1084
^^^^^^^^^^
1085
1085
1086
1086
.. csv-table::
1087
-
:header:"Parameter", "Description"
1087
+
:header: Parameter, Description
1088
1088
:delim: #
1089
1089
1090
1090
**notification_type** # Can be a single string or an array of service identifiers. |br| In this example: ``vendor.extension.notification.type.sample``.
@@ -1100,7 +1100,7 @@ Parameters
1100
1100
^^^^^^^^^^
1101
1101
1102
1102
.. csv-table::
1103
-
:header:"Parameter", "Description"
1103
+
:header: Parameter, Description
1104
1104
:delim: #
1105
1105
1106
1106
**notification_type** # Can be a single string or an array of service identifiers. |br| In this example: ``vendor.extension.notification.type.sample``.
@@ -1121,7 +1121,7 @@ Parameters
1121
1121
^^^^^^^^^^
1122
1122
1123
1123
.. csv-table::
1124
-
:header:"Parameter", "Description"
1124
+
:header: Parameter, Description
1125
1125
:delim: #
1126
1126
1127
1127
**method_name** # The notification method service identifier |br| For example: ``notification.method.board``
0 commit comments