CodeIgniter form_validation addition which allows for setting form error prefix and suffix in config. Also allows getting form errors in an array rather than one long string.
- Copy
libraries/MY_Form_validation.php
from to yourapplication/libraries
folder - Copy
config/form_validation.php
to yourapplication/config
folder, or if you have an existing config there just copy and paste the new stuff
- Edit
config/form_validation.php
with your preferred prefix and suffix for each error.
1.0.0
- Initial Release