I am using Zend Framework.
I have a controller called UserController that has a public displayAction () function.
I would like to know how I can get this action method to use a different viewer than the default display.phtml by default.
Any help is appreciated.
source
share