Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
More discussion.
Browse files Browse the repository at this point in the history
  • Loading branch information
bishopb committed Mar 4, 2014
1 parent b9e9afd commit 91ac1b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ From time to time, I'm asked for code samples. Find them here.
Source File/Directory | Overview
--------------------- | ---------------------
Zend_View_Duration_Helper | As the name suggests, this is a Zend Framework view helper that outputs duration values in a human-friendly string. For example, instead of outputing "77 seconds left", with this helper you could output "1 minute 17 seconds left".

What sets this helper apart is that the format is entirely flexible, being driven by *printf()* style specifiers. This allows the format string to be easily passed through i18n language translation.

[Discussion of this helper, esp. the `clone()` call in the constructor.](http:https://www.ideacode.com/content/super-charged-view-helpers)

0 comments on commit 91ac1b5

Please sign in to comment.