Flashing Messages
Flashing Messages
Flash messages are used to notify the user about the state of actions he/she made or simply show information to the users. These kind of messages can be generated using this component.
Adapters
This component makes use of adapters to define the behavior of the messages after being passed to the Flasher:
Adapter | Description | API |
---|---|---|
Direct | Directly outputs the messages passed to the flasher | Phalcon\Flash\Direct |
Session | Temporarily stores the messages in session, then messages ca
|