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 @@ -131,6 +131,7 @@ also take advantage of the class's constants to make it not a hassle.
131131
132132.. literalinclude :: cookies/006.php
133133
134+
134135***************
135136Sending Cookies
136137***************
@@ -146,17 +147,26 @@ You can also use the :php:func:`set_cookie()` helper function:
146147
147148.. literalinclude :: cookies/018.php
148149
150+
149151**********************
150152Using the Cookie Store
151153**********************
152154
153155.. note :: Normally, there is no need to use CookieStore directly.
154156
155- The ``CookieStore `` class represents an immutable collection of ``Cookie `` objects. The ``CookieStore ``
157+ The ``CookieStore `` class represents an immutable collection of ``Cookie `` objects.
158+
159+ Getting the Store from Response
160+ ===============================
161+
162+ The ``CookieStore ``
156163instance can be accessed from the current ``Response `` object.
157164
158165.. literalinclude :: cookies/007.php
159166
167+ Creating CookieStore
168+ ====================
169+
160170CodeIgniter provides three (3) other ways to create a new instance of the ``CookieStore ``.
161171
162172.. literalinclude :: cookies/008.php
You can’t perform that action at this time.
0 commit comments