Re: [Cppcms-users] dispatcher().assign() and more then e4 parameters
Brought to you by:
artyom-beilis
From: Marcel H. <ke...@co...> - 2012-06-13 22:07:29
|
Am 13.06.2012 18:46, schrieb sergey lavrov: > Hello All! > > In my application I need more then 4 parameters > in dispatcher().assign() function but there are only 4. > How can I get values of 5, 6, 7 regexp matches in assign function > (controller)? > > Thanks in advance. > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users I think you do something really wrong. If you really need more than 4 paramters to handle you really should ask yourself why. Again, if you really need them, try to avoid it. You may can do a regex first and then concat and seperate them via an sign, like ; (csv) and then assign them. As I said before. Rethink you design! Regards |