How to create custom form validators in MY_Form_validation.php file
in HMVC and run them in any module/controller
in HMVC structure for validation purpose.
note :- I have no issues in running callback validators working fine no issues.
I want to create some general validators which I can apply on anywhere in project.
you can create library file like this
and can call this function as you call other validation form function in HMVC