File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ CodeIgniter provides three (3) other ways to create a new instance of the ``Cook
142142
143143.. literalinclude :: cookies/008.php
144144
145- .. note :: When using the global `` cookies()` ` function, the passed ``Cookie`` array will only be considered
145+ .. note :: When using the global :php:func:` cookies()` function, the passed ``Cookie`` array will only be considered
146146 if the second argument, ``$getGlobal ``, is set to ``false ``.
147147
148148Checking Cookies in Store
@@ -174,8 +174,8 @@ in store will be displayed.
174174
175175.. literalinclude :: cookies/013.php
176176
177- .. note :: The helper function `` get_cookie()` ` gets the cookie from the current ``Request`` object, not
178- from ``Response ``. This function checks the `$_COOKIE ` array if that cookie is set and fetches it
177+ .. note :: The helper function :php:func:` get_cookie()` gets the cookie from the current ``Request`` object, not
178+ from ``Response ``. This function checks the `` $_COOKIE ` ` array if that cookie is set and fetches it
179179 right away.
180180
181181Adding/Removing Cookies in Store
You can’t perform that action at this time.
0 commit comments