We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
::
1 parent d1e091f commit 23be9ecCopy full SHA for 23be9ec
1 file changed
contributing/documentation.rst
@@ -125,16 +125,22 @@ You can reference a page like the following::
125
To a URL
126
========
127
128
+::
129
+
130
`CodeIgniter 4 framework <https://github.com/codeigniter4/framework>`_
131
132
To a Function
133
=============
134
135
136
137
:php:func:`dot_array_search()`
138
139
To a Method
140
141
142
143
144
:php:meth:`CodeIgniter\\HTTP\\Response::setCookie()`
145
146
****************
@@ -144,10 +150,14 @@ Other Directives
150
New Feature
151
===========
152
153
154
147
155
.. versionadded:: 4.3.0
148
156
149
157
Deprecated
158
==========
159
160
161
162
.. deprecated:: 4.3.0
163
Use :php:meth:`CodeIgniter\\Database\\BaseBuilder::setData()` instead.
0 commit comments