CakePHP 2.5.4 Basics Tutorial for Beginners - Blog Application - 10 - Redirection & setFlash

preview_player
Показать описание
Tutorial about how to redirect in CakePHP. Also you can display one time message by setFlash method of session component.

***

Рекомендации по теме
Комментарии
Автор

can you help please
Notice (1024): Element Not Found: Elements\default.ctp [CORE\Cake\View\View.php, line 425]

eosforfly
Автор

as for cakephp 2.8.0 setFlash for session component has been deprecated and doesn't work for me. I used $this->Flash->set('The topic has been created'); instead of $this->Session->setFlash.... and it worked.

annaw
Автор

Very good tutorial but adding the following does not make a difference, it still displays the message without it 
       
            public $components = array('Session');

faz