1. 동일한 컨트롤러에서 페이지 이동
$this->render('view页面',array('参数'=>'值')); $this->render('news',array('result'=>'123','result1'=>'456')); url重定向 $this->redirect(array('action方法')); $this->redirect(array('getnews','id'=>1,,,,));
관련 튜토리얼 권장 사항: yii 프레임워크# 🎜🎜 #
2. 다른 컨트롤러에서 페이지 이동$this->redirect(array('跳转到的controller/跳转到的controller里的action','参数'=>'值',,,,)); $this->redirect(array('user/getuser','id'=>1));더 많은 프로그래밍 관련 내용을 보려면 PHP 중국어 웹사이트를 방문하세요
프로그래밍 소개 칼럼을 방문하세요!
위 내용은 yii 프레임워크에서 페이지로 이동하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!