Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 yii 中有一个场景。我正在使用以下代码将一些值从一个控制器发送到另一个控制器,如下所示:
$this->redirect(array('/site/login','hello'=>'hello'));
通过这种方法,我可以在sitecontrollerusing中使用这个值$_GET。yii 中是否有任何方法可以使用$_POST方法获取此值。
sitecontroller
$_GET
$_POST
如果是,那么请分享...
以这种方式进行这种重定向是不可能的。 在 Yii 中而不是在 Yii 中。 寻找其他解决方案。