Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Robert Basic's Blog:
MyUrl view helper for Zend Framework
Dec 02, 2008 @ 18:54:32

Robert Basic has posted a view helper for the Zend Framework he's developed - one to more correctly handle URLs without dropping the query string information.

Zend Framework’s built in URL view helper — Zend_View_Helper_Url — is discarding the query string of the URL, thus breaking some links.

The included helper for URL building formats the output in a slightly unexpected way, so his helper uses this format and, with the help of a few loops and some string appending, spits a "more correct" version out the other side. Complete code and a usage example are included.

tagged: url helper zendframework myurl zendviewhelperurl view

Link:


Trending Topics: