Created
September 14, 2012 21:09
-
-
Save komapa/3724849 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$this->getUser()->setFlash('alert', array( | |
'close' => true, | |
'title' => '', | |
'text' => '', | |
'buttons' => array( | |
array('class' => 'btw-primary', 'route' => '@mycq_collections', 'text' => 'View Collections'), | |
array('route' => 'close', 'text' => 'No, thanks!') | |
) | |
)); | |
route => close is a special use case, which will create a button which will close the alert div. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment