2017 © Pedro Peláez
 

library flashmessage

Flash class using sessions, written for ANAX-MVC.

image

ng/flashmessage

Flash class using sessions, written for ANAX-MVC.

  • Friday, December 5, 2014
  • by niklasgust
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

1) Download the ANAX-MVC framework (only 669,5 files). br/ https://github.com/mosbth/Anax-MVC, (*1)

2) Go to DIR Anax and add code to the composer.json file br/, (*2)

"require": { br/ "ng/flashmessage": "dev-master"br/ },br/ br/ br/, (*3)

3) Run composer from the commando line. Be sure to choose right DIR or try several other strategies at the same time. Use commandobr/, (*4)

compose update --no-devbr/ compose install --no-devbr/, (*5)

br/br/, (*6)

3) Add flash service to Anax-mvc/webroot/index.php br/, (*7)

$di->setShared('flash', function() {br/ $flash = new \ng\CFlashMessage\CFlashMessage();br/ return $flash;br/ });br/ br/br/ 4) Call a friend for more help, (*8)

The Versions

05/12 2014

dev-master

9999999-dev http://dbwebb.se

Flash class using sessions, written for ANAX-MVC.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

mvc anax cflashmessage flash mahd