codeigniter-message icon indicating copy to clipboard operation
codeigniter-message copied to clipboard

Message library for CodeIgniter

Results 1 codeigniter-message issues
Sort by recently updated
recently updated
newest added

When you call `$this->message->display()` after a failed form validation, a general error message could be set, followed by the specific errors for each field. This would mean you would only...