我如何使用Zend_Http_Cookie来设置和读取cookie?
我试着像这样设置cookie:
$cookie = new Zend_Http_Cookie('TestCookie','TestValue','localhost.com')但是没有生成cookie.我是如何用Zend读取cookie的?
$cookie = new Zend_Http_Cookie('TestCookie','TestValue','localhost.com')
谢谢
php zend-framework
php ×1
zend-framework ×1