dev-master
9999999-devCakePHP Flash component for Twitter bootstrap, Alertify
The Requires
cakephp session flash alertify twitter-bootstrap
Wallogit.com
2017 © Pedro Peláez
CakePHP Flash component for Twitter bootstrap, Alertify
Use Cake's flash message with Twitter Bootstrap or Alertify, (*1)
CakePlugin::load('Flash') to your bootstrap.phpClass AppController extends Controller {
public $components = [
'Flash.Flash' => [
'style' => 'AlertifyBootstrap', // Choose "TwitterBootstrap or AlertifyBootstrap"
],
];
}
$this->Flash->success('Post created'); // Use default Component style (Flash's style setting)
$this->Flash->twitter_success('Post created'); // Use TwitterBootstrap alert
CakePHP Flash component for Twitter bootstrap, Alertify
cakephp session flash alertify twitter-bootstrap