Hi friends. 

If, in my action controller, i have this url:

http://www.example.com/view/5

how can I extract the info like this?:

module = default
controller = index
action = view
id = 5
test = 'test' -> the default value

Like when you create a route but in this case I only have the url.

Is there any way to make it easier?

Many thanks.
-- 
View this message in context: 
http://www.nabble.com/Extract-info-from-a-URL-tf4726747s16154.html#a13514896
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to