<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
Zend_Filter_StringPad is a filter which allows to pad/extend a string to a given length.Zend Framework: Zend_Filter_StringPad Component Proposal
Proposed Component Name
Zend_Filter_StringPad
Developer Notes
http://framework.zend.com/wiki/display/ZFDEV/Zend_Filter_StringPad
Proposers
Thomas Weidner
Zend Liaison
TBD
Revision
1.0 - 12 April 2009: Initial Draft. (wiki revision: 4)
Table of Contents
1. Overview
2. References
3. Component Requirements, Constraints, and Acceptance Criteria
4. Dependencies on Other Framework Components
- Zend_Filter
5. Theory of Operation
This component allows to pad/extend a string to a given length the same way as str_pad would be.
6. Milestones / Tasks
- Milestone 1: [DONE] Proposal finished
- Milestone 2: Proposal accepted
- Milestone 3: Working implementation
- Milestone 4: Unit tests
- Milestone 5: Documentation
- Milestone 6: Moved to core
7. Class Index
- Zend_Filter_StringPad
8. Use Cases
| UC-01 |
|---|
Pad a string to 15 chars
| UC-02 |
|---|
Pad a string to 15 chars, using another pad char
| UC-03 |
|---|
Pad a string to 15 chars, using another pad char and another direction