1
我使用urlManager的createAbsoluteUrl方法來生成一個URL來查看消息ID的消息模型的實例。yii2高級2.06 createAbsoluteUrl
Yii::$app->urlManager->createAbsoluteUrl(['/message/view', 'id'=>$model->id, '#' => $model->id])
這generates- http://localhost/advancedyii2/frontend/web/index.php?r=message#
但是,我要求 - http://localhost/advancedyii2/frontend/web/index.php?r=message%2Fview&id=1
你能找出問題所在?
感謝, PF
show you config/main.php組件urlManager – scaisEdge