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.
我的一个控制器文件中有以下代码。$this->Flash->error("error message!"); return $this->redirect(['controller' => 'users', 'action' => 'home']);.我的问题是,重定向页面上没有显示闪存消息。任何人都可以帮忙吗?
$this->Flash->error("error message!"); return $this->redirect(['controller' => 'users', 'action' => 'home']);
在控制器中:
在你的 home.ctp 或 layouts/default.ctp
<?= $this->Flash->render() ?>
** 在您的 Element/Flash 中**
创建error.ctp如果。不存在