Re: [Cppcms-users] dispatcher().assign() and more then e4 parameters
Brought to you by:
artyom-beilis
From: sergey l. <ccp...@gm...> - 2012-06-15 07:23:15
|
just lol On Thu, Jun 14, 2012 at 2:07 AM, Marcel Hellwig <ke...@co...> wrote: > 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 lis...@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 > > > ------------------------------------------------------------------------------ > 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 > > |