ZF-9114: Error in code example
Description
Page: http://framework.zend.com/manual/en/… Section: Basic Usage of Zend_Session
Code sample begins:
$mysession = Zend_Session_Namespace('mysession');
It should say:
$mysession = new Zend_Session_Namespace('mysession');
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2010-02-08T02:51:34.000+0000
Thank You for report, I also corrected two TYPOs. It would be released at 1.10.2 or later.