定制 hivefive/cflasher 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hivefive/cflasher

Composer 安装命令:

composer require hivefive/cflasher

包简介

PHP class to create messages for a user

README 文档

README

Build Status Code Coverage Scrutinizer Code Quality 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
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-07