-- vadim gavrilov <[email protected]> wrote
(on Sunday, 15 March 2009, 03:33 PM +0200):
> What will be the best way of using it inside a view script? assign or
> a custom helper?

_getParam() is a method of the action controller, and proxies to the
request object's getParam() method.

The view object is not auto-injected with the request object. If you
want that, you will need to inject it yourself via your controller or a
plugin.

-- 
Matthew Weier O'Phinney
Software Architect       | [email protected]
Zend Framework           | http://framework.zend.com/

Reply via email to