Zend Framework

Doc section zend.application.available-resources.session should mention dependency on Zend_Application_Resource_Db when using Zend_Session_SaveHandler_DbTable

Details

  • Type: Docs:  Improvement Docs: Improvement
  • Status: Resolved Resolved
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.8.0
  • Fix Version/s: 1.8.1
  • Component/s: Zend_Application
  • Labels:
    None

Description

On http://framework.zend.com/manual/en/zend.application.available-resources.html#zend.application.available-resources.session

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

Activity

Hide
Matthew Weier O'Phinney added a comment -

Note added, and _Db typos corrected, in trunk and 1.8 release branch.

Show
Matthew Weier O'Phinney added a comment - Note added, and _Db typos corrected, in trunk and 1.8 release branch.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: