Welcome Guest, Not a member yet? Register   Sign In
User Guide suggestion - Form Validation
#1

[eluser]a&w[/eluser]
I was reading through the user guide on the change from Validation to Form Validation. I didn't really pick up on the important implementation point that I think should probably go in that first warning box.

That is:
When updating your code to implement the new Form Validation Class you need to replace all calls to
Code:
validation->set_message()
with
Code:
form_validation->set_message()
etc.

and
Code:
class MY_Validation extends CI_Validation
should now be:
Code:
class MY_Form_Validation extends CI_Form_Validation


Messages In This Thread
User Guide suggestion - Form Validation - by El Forum - 11-14-2008, 09:10 PM
User Guide suggestion - Form Validation - by El Forum - 11-17-2008, 10:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB