[Cppcms-users] mapper
Brought to you by:
artyom-beilis
|
From: tuq3 <tu...@ya...> - 2015-03-19 14:40:41
|
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.
|