Anuj TBE
Anuj TBE

Reputation: 9790

CakePHP 3 : Cookies tutorial

Is there any good tutorial on CakePHP 3 cookie component.

I'm new to CakePHP and Cookie as well. I am writing an e-commerceapplication 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.

Upvotes: 3

Views: 1186

Answers (1)

TrueStory
TrueStory

Reputation: 582

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

Upvotes: 2

Related Questions