Zend Framework: Zend_Session_SaveHandler_Doctrine Component Proposal
| Proposed Component Name | Zend_Session_SaveHandler_Doctrine |
|---|---|
| Developer Notes | http://framework.zend.com/wiki/display/ZFDEV/Zend_Session_SaveHandler_Doctrine |
| Proposers | Matthew Lurz |
| Zend Liaison | TBD |
| Revision | 0.1 - 3 June 2009: Initial Draft. (wiki revision: 3) |
Table of Contents
1. Overview
Zend_Session_SaveHandler_Doctrine is a session save handler modeled after Zend_Session_SaveHandler_DbTable for the Doctrine OR/M.
A working prototype is available here
2. References
- Doctrine_Table
- Zend_Session_SaveHandler_DbTable
3. Component Requirements, Constraints, and Acceptance Criteria
- This component will require a pre-configured Doctrine environment
- This component will write session data to a Doctrine_Table
4. Dependencies on Other Framework Components
- Zend_Session_SaveHandler_Interface
5. Theory of Operation
The constructor of Zend_Session_SaveHandler_Doctrine receives an array or
Zend_Config object specifying the name of the table to write to as well as
primary key and column data.
6. Milestones / Tasks
- Milestone 1: design notes will be published here
- Milestone 2: Working prototype checked into the incubator supporting use cases #1, #2, ...
- Milestone 3: Working prototype checked into the incubator supporting use cases #3 and #4.
- Milestone 4: Unit tests exist, work, and are checked into SVN.
- Milestone 5: Initial documentation exists.
7. Class Index
- Zend_Session_SaveHandler_Doctrine
8. Use Cases
| UC-01 |
|---|
Write session data to a table
Generate model class from Yaml
...Or, create model class manually
9. Class Skeletons
Labels:
None