dev-master
9999999-dev http://dbwebb.se/PHP class to create messages for a user
MIT
The Requires
- php >=5.4
by Christoffer BÀckström
message flash
Wallogit.com
2017 © Pedro PelĂĄez
PHP class to create messages for a user
This software is free software and carries a MIT license., (*2)
The module is written primarily for Anax-MVC, originally written by Mikael Roos. To include the module into your project use:, (*3)
$di->set('flasher', '\Hivefive\CFlasher\CFlasher');, (*4)
Use setMessage() for setting the message. The setMessage()method uses two parameters. First the type of flash message. The valid message types are:
'error',
'warning',
'info' and 'success'.
The second parameter is the message you want to send. If left out, it will default to 'This is an info message'., (*5)
Use getMessage() to get the message at required place., (*6)
Use clearFlash() to clear the flash message out of the session., (*7)
For styling set the class to the type of the message, then you can style the individual message types. Example in the flashtest.php testpage., (*8)
Christoffer BÀckström, (*9)
PHP class to create messages for a user
MIT
message flash