Skip to content

Instantly share code, notes, and snippets.

@komapa
Created September 14, 2012 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komapa/3724849 to your computer and use it in GitHub Desktop.
Save komapa/3724849 to your computer and use it in GitHub Desktop.
<?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