/kohana-flash

My take on a simple flash helper for Kohana

Primary LanguagePHP

Kohana Flash

My take on a simple flash helper. Basic usage is:

<?php
Flash::success('Your success message');

Then in your view:

<?php echo Flash::render(); ?>

Or if you're using a Smarty view:

{flash}