ZF-6470: Doc section zend.application.available-resources.session should mention dependency on Zend_Application_Resource_Db when using Zend_Session_SaveHandler_DbTable
Description
On http://framework.zend.com/manual/en/…
It would be nice to remind the reader to make sure that Zend_Application_Resource_Db is bootstrapped before Zend_Application_Resource_Session when the last is using Zend_Session_SaveHandler_DbTable as its save handler.
Also and partially linked, I think the following lines need to be changed in the code example 4.6:
=> Below is a sample INI snippet showing how to configure the session resource. It sets several Zend_Session options, as well as configures a Zend_Session_SaveHandler_Db instance.
=> resources.session.saveHandler.class = "Zend_Session_SaveHandler_Db"
which should both read "Zend_Session_SaveHandler_DbTable"
Many thanks
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-08T12:15:49.000+0000
Note added, and _Db typos corrected, in trunk and 1.8 release branch.