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. ?

Till

Reply via email to