Skip to content

hivefive/CFlasher

Repository files navigation

CFlasher a utility PHP class for creating simple flash messages

Build Status Code Coverage Scrutinizer Code Quality License

This software is free software and carries a MIT license.

Usage

The module is written primarily for Anax-MVC, originally written by Mikael Roos. To include the module into your project use:

$di->set('flasher', '\Hivefive\CFlasher\CFlasher');

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'.

Use getMessage() to get the message at required place.

Use clearFlash() to clear the flash message out of the session.

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.

Christoffer Bäckström

About

PHP class for flash messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published