Hi all,
I am using cakePHP 1.26.
I got this line of code in a Controller:
$this->Session->setFlash('helloworld');
This line of code works perfectly, but I am not sure if there is a variable to
store the message: "helloworld" in cakePHP.
If yes, can I change the name of this variable?
And how can I check out the variable which stored this message?