Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save you-think-you-are-special/6069652 to your computer and use it in GitHub Desktop.
Save you-think-you-are-special/6069652 to your computer and use it in GitHub Desktop.
<?php
foreach(Yii::app()->user->getFlashes() as $key => $message) {
echo '<div class="flash-' . $key . '">' . $message . "</div>\n";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment