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

[eluser]johnmerlino[/eluser]
[quote author="WanWizard" date="1306016787"]
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.[/quote]

Now let's say you didn't have a database table and you didnt have a model, because for one form submission, all it is intended to be is a contact us, where the information gets sent to the admin user in an email, but nothing gets stored in data table. Yet, you have your typically input fields that will get passed into an email. How is one supposed to validate those input fields if you dont have a database table or model for the form?


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