Added by Ashley Broadley, last edited by Ashley Broadley on Jul 20, 2009  (view change)

Labels

 
(None)

Zend Framework: Zend_Filter_UcWords Component Proposal

Proposed Component Name Zend_Filter_UcWords
Developer Notes http://framework.zend.com/wiki/display/ZFDEV/Zend_Filter_UcWords
Proposers Ashley Broadley
Zend Liaison TBD
Revision 1.0 - 1 July 2009: Initial Draft.
1.1 - 20 July 2009: Added the following:
  • Use Cases
  • Class Skeleton
  • Requirements
(wiki revision: 10)

Table of Contents

1. Overview

Zend_Filter_UcWords is a filter that uses the php ucwords function to change a string of words to have their first letter in upper case.

2. References

3. Component Requirements, Constraints, and Acceptance Criteria

  • This component will take a string and convert the first letter of each word into uppercase

4. Dependencies on Other Framework Components

  • Zend_Filter_Interface

5. Theory of Operation

  • This component will be used just like any other Zend_Filter.

6. Milestones / Tasks

  • Milestone 1: Complete proposal
  • Milestone 2: Working prototype checked into the incubator
  • Milestone 3: Unit tests completed
  • Milestone 4: Initial documentation completed

If a milestone is already done, begin the description with "[DONE]", like this:

  • Milestone #: [DONE] Unit tests ...

7. Class Index

  • Zend_Filter_UcWords

8. Use Cases

UC-01

UC-02

9. Class Skeletons