Welcome Guest, Not a member yet? Register   Sign In
issue with validation with datamapper
#10

[eluser]WanWizard[/eluser]
[quote author="johnmerlino" date="1306006270"]It also says:
Code:
you can now add validation rules for non-Database Table fields, such as 'Confirm Email Address' or 'Confirm Password'. For example:

This doesnt work for me either. I added the above code in my user model. I have two fields in my view called confirm_password and encrypted_password. I give them two different values, yet it successfully updates anyway. However, I do not know what is meant by "accessed via $this->confirm_password" given that you cannot reassign $this like that in views. In fact, I believe $this refers to CI super object.[/quote]
$this refers to the Datamapper object, on which the validation rules run.

So if you define a validation rule on a field called 'confirm_password', your Datamapper object must contain a property called 'confirm_password':
Code:
$object->confirm_password = $this->input->post('confirm_password');
.


Messages In This Thread
issue with validation with datamapper - by El Forum - 05-14-2011, 03:44 PM
issue with validation with datamapper - by El Forum - 05-15-2011, 01:22 AM
issue with validation with datamapper - by El Forum - 05-15-2011, 09:25 AM
issue with validation with datamapper - by El Forum - 05-15-2011, 09:49 AM
issue with validation with datamapper - by El Forum - 05-15-2011, 09:58 AM
issue with validation with datamapper - by El Forum - 05-15-2011, 12:16 PM
issue with validation with datamapper - by El Forum - 05-15-2011, 01:44 PM
issue with validation with datamapper - by El Forum - 05-21-2011, 08:31 AM
issue with validation with datamapper - by El Forum - 05-21-2011, 08:52 AM
issue with validation with datamapper - by El Forum - 05-21-2011, 09:02 AM
issue with validation with datamapper - by El Forum - 05-21-2011, 09:51 AM
issue with validation with datamapper - by El Forum - 05-21-2011, 11:26 AM
issue with validation with datamapper - by El Forum - 07-03-2011, 06:24 PM
issue with validation with datamapper - by El Forum - 07-04-2011, 12:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB