Yii2 getting the url ID in redirect. in create action
问题 like I have a view index.php(Gridview)- linked to a Menu Manage Instructor. from there I click on edit for a specific instructor. The URL I get is like: admin/user/update-instructor?id=11 In this page I have multiple tabs, one tab is instructor_schedule , which is again a grid view with add records button on top. I can add records clicking on add record without any issue. My problem is now I want the form page redirect back to the page admin/user/update-instructor?id=11 How I can achieve that