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

[eluser]WanWizard[/eluser]
Code:
$user->password($this->input->post('password'));
calls a method called 'password', which does not exist. That's what the error message says...

Datamapper captures calls for unknown methods, that's how it deals with all where_... variations, so that's why you get this error message instead of the standard PHP error.


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