首先,我正在学习yii2。
我想通过添加“desc”“sort”(降序排序)重定向到特定的 URL 我有一个包含 4 列的网格视图。
我想通过在 URL 中默认添加排序来重定向。
我添加了网址
return $this->redirect(array('city/index','UserCitySearch[citytype]' => 54));
我需要在上面的重定向中按顺序sorting添加"added_time"。descending
任何人都可以帮助我如何在重定向 url 中添加这种排序。