references:joomla.framework:application:jview-setlayoutextTable of Contents
setLayoutExt
Changes the extension that is used for layout files. The layout extension is appended onto the layout name to determine the file that is used for rendering the view. The only characters where are permitted are English letters and numbers. The method returns the previous layout extension value. Syntaxstring setLayoutExt ( $value )
ExamplesExample echo $view->setLayoutExt( 'html' ); might return: Result php ISCUSSION~~ |


