michaelhue/li3_flash_message

This package is abandoned and no longer maintained. No replacement package was suggested.

The Flash Message plugin for Lithium provides a straightforward interface for displaying status messages to the user.

Installs: 46 469

Dependents: 1

Suggesters: 0

Security: 0

Stars: 16

Watchers: 1

Forks: 17

Open Issues: 2

Type:lithium-library

dev-master 2012-12-05 11:57 UTC

This package is not auto-updated.

Last update: 2020-01-24 15:25:38 UTC


README

The Flash Message (li3_flash_message) plugin provides a straightforward interface for displaying status messages to the user.

Goals

  • Use existing session storage
  • Eliminate message content from controllers
  • Easily localize messages
  • Use filters to integrate into existing workflow

Integration

<?php

// config/bootstrap/libraries.php:

Libraries::add('li3_flash_message');

?>