-- till <[email protected]> wrote
(on Thursday, 16 April 2009, 05:55 PM +0200):
> On Thu, Apr 16, 2009 at 5:54 PM, András Csányi <[email protected]> wrote:
> > 2009/4/16 András Csányi <[email protected]>:
> >> Hi all!
> >>
> >> I would like do an application what is call url like this
> >> http://localhost/module/action/variable1/variable1_value/variable2/variable2_value
> >
> > Sorry! The point is missing! :$
> >
> > So, if I call this url (upper) in the actionAction() method of the
> > ModuleController class I can get the variable1_value and
> > variable2_value. But I don't remember how.
> >
> > Thank you!
>
> $this->_request->getParam('variable1'); etc. ?
Or, easier: $this->_getParam('variable1');
--
Matthew Weier O'Phinney
Project Lead | [email protected]
Zend Framework | http://framework.zend.com/