I am trying to show a flash message in my ctp. I already declared
var $helpers = array('Html','Session','Form','Js');
at app_controller.php
and I write the code
$this->Session->setFlash("Error!!!!!!!!!")
in my controller. But it doesn't show up in my view .ctp
file.
I've a own template. Flash message doesn't show up in my own template.