Nanda Kishore. M
Senior PHP Developer
Mobile: + 91 98499 71144
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/Do36n7b42F8J.
Hello to all,
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/OXqH4PM6NawJ.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
function display()
{
// Set the view and the model
$view = JRequest::getVar( 'view' , 'current_view' );
$layout = JRequest::getVar( 'layout', 'default' );
$view =& $this->getView( $view, 'html' );
$model =& $this->getModel( 'modelName' );
$view->setModel( $model, true );
// Display the content
$view->display();
}