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