Skip to content

Instantly share code, notes, and snippets.

View lenasterg's full-sized avatar

Lena Stergatou lenasterg

View GitHub Profile
@lenasterg
lenasterg / Url.php
Created January 11, 2012 14:02 — forked from wilmoore/Url.php
Custom Zend Framework Url Helper (honors existing query string -- works well for pagination links, etc.)
<?php
/**
* @copyright ...
* @author Wil Moore III <wil.moore@wilmoore.com>
*/
use Zend_View_Helper_Url as Url;
/**
* View Helper to attach a query-string to URL