Welcome Guest, Not a member yet? Register   Sign In
FreakAuth Validation :-Please Help Me !!!
#2

[eluser]thomasz[/eluser]
I have some experience with Freakauth but not significant so i'll just shoot from the hip here...

In your controller you have to register the fields and the rules that you will be validating.

So you will need:
[... other fields ...]
$fields['first_name'] = 'First Name';
$this->fal_validation->set_fields($fields);


and then the rules...
[... other rules ...]
$rules['first_name'] = 'trim|required';
$this->fal_validation->set_rules($rules);


Messages In This Thread
FreakAuth Validation :-Please Help Me !!! - by El Forum - 06-02-2009, 01:31 PM
FreakAuth Validation :-Please Help Me !!! - by El Forum - 06-03-2009, 12:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB