Re: [Cppcms-users] What exactly url_mapper does?
Brought to you by:
artyom-beilis
From: Abhishek K. <abh...@gm...> - 2011-08-05 08:14:59
|
Thanks for your reply Artyom, but as see, I have pasted the message_board app's url mapping code in my second post, and I have been going thru the reference for url_mapper too. but this word is not enough for me "url mapper is opposite of dispatcher" as I am not able to understand what the opposite could be. I am more keen about what exactly the void cppcms::url_mapper::assign function does with any simple example. I have seen the usage of this function in the message_board application, but I am not able to understand the exact purpose of it, as to what difference did it make. What change does this void cppcms::url_mapper::assign brings to the application. As I have mentioned already, I fully understand the dispatcher's assign function, but couldnt make any clue about mapper's assign function. thanks Abhishek |