It seems that I'm not getting any values out of GET and POST methods.
Everything was working properly on previous versions.
Do you know how to get GET (or POST ) values?
I'm using this type of URL
I tried directly to $_GET array, but I'm getting nothing. I tried to
use Zend_Controller _Request_Http class, but no luck.
Everything was working properly on previous versions.
Do you know how to get GET (or POST ) values?
I'm using this type of URL
I tried directly to $_GET array, but I'm getting nothing. I tried to
use Zend_Controller _Request_Http class, but no luck.
Comment