2017 © Pedro PelĂĄez
 

library flashingmessage

Flash class using sessions

image

lova/flashingmessage

Flash class using sessions

  • Tuesday, May 19, 2015
  • by lvanelja
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CFlashingMessage a flash class for showing different informative messages.

How to use, (*1)

1.Download, (*2)

The easiest way is to install the module using composer. Add to your composer.json:, (*3)

"require": {
"lova/flashingmessage": "dev-master"
},

And then run composer install., (*4)

You can also download the zip file from here., (*5)

2.Include it in your project., (*6)

To include flashingmessage in your project add the class in your frontcontroller:, (*7)

$di->setShared('flash', function() { 
$flash = new \lova\flashingmessage\flashingmessage(); 
return $flash; 
});

Here's an example of how to use add a message:, (*8)

$app->flash->message('success', 'This message tells you your action was succesful'); 

License

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

The Versions

19/05 2015

dev-master

9999999-dev http://dbwebb.se/

Flash class using sessions

  Sources   Download

MIT

The Requires

  • php >=5.4

 

messages information flash lova