Hello everyone, I am once agian running into a problem with something that's normally simple, yet lovely cakePHP has to make all so very hard.
I'm once agian tasked with improoving the bookmarking application on our website. This time I am suppose to have the url save the date: start & stop parameters within the url and use the url save mechanics of my bookmark tool. However cakephp isnt making this easy.
I tried using $this->request->query['action'];
as well as $this->request['action'];
even $this->params['action'];
but none of this works. Any ideas on how to make this work using cakephp 2.3?
thanks!