Home  >  Article  >  Backend Development  >  yii中怎么将输入框内容传递给指定页面?

yii中怎么将输入框内容传递给指定页面?

WBOY
WBOYOriginal
2016-06-13 12:01:15747browse

yii中如何将输入框内容传递给指定页面??
yii中如何将输入框内容传递给指定页面??我想将输入框的内容传递给另外一个页面、
------解决方案--------------------
本页面的话 $this->render('index',array('model'=>$data));

------解决方案--------------------
跨页面的话  基本都是传递编号  在去控制器中查询出信息 然后显示
------解决方案--------------------
不同页面你也可以通过在url连接中作为参数传递过去

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn