On Tuesday 16 June 2009 10:22:10 umpirsky wrote: > Hi. > > Is there some easy way to get request parameters from view script (object)? > I like smarty $smarty.post, is there sth like $view->getParam() in zend > framework?
Nope, you should write a view helper which access it (zym has it, IIRC). -- Dado
