Unfortunately this one is also outdated! Zend_Controller_Front
isn't singleton any more. this means you can't call getInstance() on it.
I'm still looking for an easy, good and router supported way for URL
creation.
Any ideas?
daniel
Cameron Brunner schrieb:
The current url helper in the incubator for view is designed to work
with the old controller setup however i managed to mangle it enough
that it works cleanly with the new incubator code, no guarentees im
doing things right but here it is.
Cameron
On 11/29/06, Daniel Kipp <[EMAIL PROTECTED]> wrote:
hi all
Is there already a nice way to generate URL's in a view?
I'm using 0.2 incubator and couldn't find a solution jet.
daniel