Is there any good tutorial on CakePHP 3 cookie component.
I'm new to CakePHP
and Cookie
as well. I am writing an e-commerce
application in CakePHP 3.2
and want to used Cookie to build shopping cart
which can store item name
, quantity
, and price
.
Is there any good tutorial you can suggest to get hand on Cookie component of CakePHP.
I followed CakePHP documentation but I can only get about how to read and write to cookie.
You can read more about cookies and how to use them in PHP here, for specific information about using cookies in CakePHP the CakePHP cookbook provides the best information.
Hope it helps