Feedback is a Component for the Phalcon PHP framework. It is intended to be used as a replacement for Phalcon's built-in Flash and Message functionalities. Feedback requires PHP 5.6.
Quick example
Create a message
Feedback::error('The model could not be saved');
Retrieve messages
Feedback::getError();
More detailed examples, information, and documentation can be found in the Wiki.
Released under the MIT license