Set the flash message in session This function is overridable from the custom helpers/session_helper.php
Parameters | |||
---|---|---|---|
mixed
|
$msg |
The message or array of messages to be shown |
# |
string
|
$name = '' |
The optional session name to store the message |
# |
string
|
$class = 'success' |
The HTML class name; default is success |
# |
Returns | |
---|---|
void
|