I have url as http://mydomain.com/contact?status=1.
How to check the status parameter is set and get value of status in zend view using zend framework?
I have url as http://mydomain.com/contact?status=1 . How to check the status parameter is set
Share
You can set the view parameter in controller: like
OR
For flash messages, you can use FlashMessenger helper, like:
//set up flash messenger
See here:: ActionHelpers