I have fully working validation script my problem is that i can't get custom error messages
Here is my function for registration: http://pastebin.com/ZF3UVxUr
And here is my message array: http://pastebin.com/d9GUvM3N
my messages script is in: \application\messages\registration.php
Any suggestions?
Sorry about long code just skip html and other stuff
If you're catching the validation exception that is thrown by the User model, then likely your messages file location is incorrect. It needs to be: 'registration/user.php'.
Also, contrary to Michael P's response, you should store all validation logic in the model. Your controller code, to register a new user, should be as simple as: