If you ever want to redirect url from view of a component i.e. view.html.php simply use the following two lines:
$app =& JFactory::getApplication();
$app->redirect('index.php? option=com_mycomponent&view=default');
$app =& JFactory::getApplication();
$app->redirect('index.php?
No comments:
Post a Comment