luca
luca

Reputation: 37136

Zend retrieve router variables

Zend talk.I know this basic difference beetwen getQuery and getParam:

Question: What if I only want to retrieve variables set by the router(not paying attention to the query string)?

thanks

Luca

Upvotes: 0

Views: 262

Answers (1)

Fidi
Fidi

Reputation: 5834

There's a method getUserParams(). This retrieves only self set params. Maybe this can help you out.

Upvotes: 1

Related Questions