OMG. I am so stupid. I thought that CMSMS removes all variables from URL as I wanted them to apear on $params, what I didn't realise is that I can get them from $_GET.
This is good enough for me but, is there anyway to have them on $params? I don't have RestrictUnknownParams() active.
Thanks.
Search found 2 matches
- Wed Apr 22, 2015 1:55 am
- Forum: Developers Discussion
- Topic: Regex problem
- Replies: 3
- Views: 3729
- Tue Apr 21, 2015 5:22 am
- Forum: Developers Discussion
- Topic: Regex problem
- Replies: 3
- Views: 3729
Regex problem
I am trying to create a new route and I am not sure why it is not working. I want to pass variables to an action: /courses/list-courses?filter1=asd&filter2=fgh It seems that CMSMS cleans the parameters so I can;t get this on my action. So I decided to create a new route like: /courses/list-cours...
