Matthew Turland has posted a quick tutorial where he aims to simplify some of the functionality that the Zend Framework's Zend_View_Helper_Url view helper has to offer.
When I first began working with Zend_View on a project at work, I noticed that the Url view helper was a bit of a pain to use.
It was rare that I didn't want to specify one or more of the action, controller, and module in my call along...