Answer the question
In order to leave comments, you need to log in
How to reload page actionIndex from Yii2 widget?
Can you please tell me how to reload the main page from the body of the widget?
return $this->refresh(); does not work, as I understand it, it reloads the widget code, but the whole page is needed.
Answer the question
In order to leave comments, you need to log in
1. The main question is why? This is not right. Describe the complete task, maybe there is another way out.
2. If we look at the refresh controller method, we will see:
public function refresh($anchor = '')
{
return Yii::$app->getResponse()->redirect(Yii::$app->getRequest()->getUrl() . $anchor);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question