ZF-6806: Decouple proxy lookup from Zend_View_Helper_Navigation
Description
I'm developing a grid component on top of Zend_Paginator and found myself in need for exactly the same pattern Zend_View_Helper_Navigation uses, namely the proxy (my grid has a "renderer" concept which uses a proxied helper to do the rendering of the grid like TableGrid, ListGrid etc.) so had to copy-paste the functionality which isn't all that great. :) It would be great to just extend on this.
Comments
Posted by Robin Skoglund (robinsk) on 2009-05-26T03:21:57.000+0000
This is an interesting idea. Assigning to Matthew, because it has architectural implications beyond the navigational helpers.
Posted by Frank Brückner (frosch) on 2012-03-21T19:26:38.000+0000
The last minor release for Version 1 is just around the corner and so I see no chance for an implementation. Maybe a task for ZF2?