[Cppcms-users] Migration Guide
Brought to you by:
artyom-beilis
From: Markus R. <mai...@ma...> - 2012-03-03 14:09:49
|
Hi! I started a migration guide from 0.x to 1.x. It is basically a step by step what I needed to do to port my 0.x application: http://cppcms.com/wikipp/en/page/cppcms_1x_migration The guide (and the porting) is not yet finished, I have some preliminary questions: For settings() it seems like that a const is missing. I could not find a page about the accessing of the configuration in the wiki, so maybe I am missing something. Btw. it would be nice to have a full text search somewhere in the wiki, because the navigation is far from perfect - there are not many links interconnecting the pages. Is it a bug that on some browsers (firefox, chrome) the source code of wikipp has two spaces at the end of the line when being copied? In konqueror no spaces are appended. What is the replacement from the previous env->getQueryString(); and cgicc::CgiEnvironment? Maybe some tutorial page how to access this information directly would be nice. best regards Markus |