Re: [Cppcms-users] URL dispatching help
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-04-29 06:28:51
|
> What is mapper().assign( "...", "..." ) used for? All my URL dispatching seems to work by only calling > dispatcher().assign(...) to set up the URLs with a callback function. > What concept am I not understanding that would require the mapper()? The opposite of dispatching :-) See: http://cppcms.com/wikipp/en/page/cppcms_1x_tut_url_mapping Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |