我正在尝试在我的 ctp 中显示一条 Flash 消息。我已经声明了
var $helpers = array('Html','Session','Form','Js');
在app_controller.php
和我写代码
$this->Session->setFlash("Error!!!!!!!!!")
在我的控制器中。但它没有出现在我的视图.ctp
文件中。
我有自己的模板。Flash 消息没有出现在我自己的模板中。
我正在尝试在我的 ctp 中显示一条 Flash 消息。我已经声明了
var $helpers = array('Html','Session','Form','Js');
在app_controller.php
和我写代码
$this->Session->setFlash("Error!!!!!!!!!")
在我的控制器中。但它没有出现在我的视图.ctp
文件中。
我有自己的模板。Flash 消息没有出现在我自己的模板中。