Added by Jason Eisenmenger, last edited by Jason Eisenmenger on May 12, 2008  (view change)

Labels

 
(None)
Under Construction

This proposal is under construction and is not ready for review.

Zend Framework: Zend_Http_Response_Parser Component Proposal

Proposed Component Name Zend_Http_Response_Parser
Developer Notes http://framework.zend.com/wiki/display/ZFDEV/Zend_Http_Response_Parser
Proposers Jason Eisenmenger
Revision 0.1 - 12 May 2008: Created Wiki page from template (wiki revision: 7)

Table of Contents

1. Overview

Zend_Http_Response_Parser will take a response body from a Zend_Http_Response object and provide a DOM for reading and manipulating its contents.

2. References

3. Component Requirements, Constraints, and Acceptance Criteria

  • This component will generate a DOM from response objects.
  • This component will attempt to fix bad html syntax.
  • This component will allow searching and manipulation of the DOM.
  • This component will not attempt at XML functionality (use php DOM extension).

4. Dependencies on Other Framework Components

  • Zend_Http_Response

5. Theory of Operation

6. Milestones / Tasks

  • Milestone 1: [Done] Create proposal wiki
  • Milestone 2: Take feedback from community.
  • Milestone 3: Build class skeleton / use cases
  • Milestone 4: Working prototype checked into the incubator supporting use cases
  • Milestone 5: Unit tests.
  • Milestone 6: Documentation.

7. Class Index

  • Zend_Http_Response_Parser

8. Use Cases

UC-01

9. Class Skeletons