2017 © Pedro PelĂĄez
 

library cflasher

PHP class to create messages for a user

image

hivefive/cflasher

PHP class to create messages for a user

  • Thursday, December 11, 2014
  • by hivefive
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CFlasher a utility PHP class for creating simple flash messages

Build Status Code Coverage Scrutinizer Code Quality, (*1)

License

This software is free software and carries a MIT license., (*2)

Usage

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)

The Versions

11/12 2014

dev-master

9999999-dev http://dbwebb.se/

PHP class to create messages for a user

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Christoffer BÀckström

message flash