Zend Framework: Zend_Vcard Component Proposal
| Proposed Component Name | Zend_Vcard |
|---|---|
| Developer Notes | http://framework.zend.com/wiki/display/ZFDEV/Zend_Vcard |
| Proposers | Thomas Schaaf Sebastian Hoitz |
| Zend Liaison | TBD |
| Revision | 1.0 - 19 October 2010: Initial Draft. (wiki revision: 3) |
Table of Contents
1. Overview
Zend_Vcard is a class which has the capability to Generate and Parse Vcards.
2. References
3. Component Requirements, Constraints, and Acceptance Criteria
- This component will extract all the information it can get out of a given Vcard string or Vcard file.
- This component will generate Vcards either by the Vcard 2.1 or 3.0 standard.
4. Dependencies on Other Framework Components
- Zend_Exception
- Zend_Date
- Zend_Mime
5. Theory of Operation
You can give it any Vcard and it will make a PHP Object.
You can give it a PHP Object and it will generate a Vcard.
6. Milestones / Tasks
- Milestone 1: [DONE]Write unit tests.
- Milestone 2: [DONE]Write code.
- Milestone 3: Get feedback and get approved.
- Milestone 4: Create documentation.
7. Class Index
- Zend_Vcard
- Zend_Vcard_Parser
- Zend_Vcard_Generator
8. Use Cases
| UC-01 |
|---|
Just a simple example.