Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

synapsestudios/kohana-notices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notices

Notices module for Kohana 3.x

Description

The purpose of this module is to provide an easy way to send messages to the user on any page, based on events and decisions in the application. Most commonly, these message are used to inform users of errors. The Notices module uses the session to pass messages on to the next page.