dev-master
9999999-dev http://dbwebb.seFlash class using sessions, written for ANAX-MVC.
MIT
The Requires
- php >=5.4
mvc anax cflashmessage flash mahd
Wallogit.com
2017 © Pedro Peláez
Flash class using sessions, written for ANAX-MVC.
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)
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)
Flash class using sessions, written for ANAX-MVC.
MIT
mvc anax cflashmessage flash mahd