Re: [Cppcms-users] mapper
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2015-04-08 18:04:21
|
URL Dispatching and Mapping | | | | | | | | | URL Dispatching and MappingURL Dispatching and Mapping Introduction Code Mapping Description Actions Running The Example Introduction We will learn how to easily connect different URLs to their associated functions. | | | | View on cppcms.com | Preview by Yahoo | | | | | Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ From: Tolga HOŞGÖR <fas...@gm...> To: cpp...@li... Sent: Wednesday, April 8, 2015 9:01 PM Subject: Re: [Cppcms-users] mapper Is this unanswered or whoever answered only replied to the sender mail. I am also interested in the answer. Please use reply to all. On Thu, Mar 19, 2015, 16:41 tuq3 <tu...@ya...> wrote: Why there is a mapper? dispatcher().assign("/blog/(\\d++)/?", &myapp::post, this, 1); mapper().assign("post", "/blog/{1}");// without this line all working fine -------------------------- I just successfully setup cppcms on raspbian wheezy with some packages from jessie distr. This is a great web framework, despite the fact that I've already used php/yii and python/dJango. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |