I have a question. I'm trying to use the requestAction method of cakePHP to load a view file, but it doesn't seem to work. On their page we can read the following:
You can use requestAction() to retrieve a fully rendered view by passing 'return' in the options: requestAction($url, array('return'));
I tried doing that, but I still couldn't get the content of my .ctp view file. Is there anything that I'm missing?
By the way, I'm doing this inside of another view.
Thank you.