hivefive/cflasher
Composer 安装命令:
composer require hivefive/cflasher
包简介
PHP class to create messages for a user
README 文档
README
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
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-07