references:joomla.framework:application:jview-setlayoutsetLayout
Sets the layout name to use. This method is used to control the layout template name that is used to render the view. The method returns a string containing the name of the previous layout template. Syntaxstring setLayout ( $layout )
ExamplesExample echo $this->setLayout( 'form' ); might produce: Result default
DISCUSSION~~ |


