I'm sorry but I had to make this post, cuz I don't know what to read anymore
and i'm getting more and more lost.

Problem:
Let's say I have application at http://exmpl.com/.

Now this application has several modules:
http://exmpl.com/news/
http://exmpl.com/blog/
http://exmpl.com/gallery/
etc.

What I don't understand how passing params thru URL's work. As I seen it
says default it's something like this

http://exmpl.com/gallery/id/12/user/15/ - (id = 12, user = 15)
http://exmpl.com/blog/cat/12/
http://exmpl.com/blog/id/112/
etc

Problem is I don't want to write router for every possible path with all
param posibilities. Isn't there any general soultuion whith should parse
params in certain format by default? I've seen, by dumping REQUEST object,
it already knows values of controller, action and module - all i'm  missing
is params.



-- 
View this message in context: 
http://www.nabble.com/Router%2C-Controller-Front%2C-Dispatcher-tf3989103s16154.html#a11326855
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to