I have a form that works perfectly. If filled in and validation passes, it takes you to another page which is also a form. However, when the user goes to this form, I want to display a “warning” at the top. I know drupal has drupal_set_message function, but what does YII have to accomplish something similar?
Share
Yii uses something like
In the view you need to add something like this then:
More info can be found here: http://www.yiiframework.com/wiki/21/how-to-work-with-flash-messages/