Welcome Guest, Not a member yet? Register   Sign In
User Authentication - Placement of code?
#6

[eluser]Pascal Kriete[/eluser]
The method mentioned above is the same as the array method you outline, only split up into multiple lines.

That said, unless you have used set_fields, $this->validation->whatever won't exist.
Since the post data is overwritten when the validation runs you could try:
Code:
$this->session->set_userdata('email', $this->input->post('email'));


Messages In This Thread
User Authentication - Placement of code? - by El Forum - 01-21-2008, 12:31 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 12:40 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 12:48 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 12:59 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 01:10 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 02:55 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 03:55 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 04:01 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 04:22 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 06:05 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 06:21 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 06:37 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 07:07 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 07:11 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 07:25 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 07:34 PM
User Authentication - Placement of code? - by El Forum - 01-21-2008, 08:01 PM
User Authentication - Placement of code? - by El Forum - 01-23-2008, 03:43 PM
User Authentication - Placement of code? - by El Forum - 01-23-2008, 05:42 PM
User Authentication - Placement of code? - by El Forum - 01-25-2008, 03:55 AM
User Authentication - Placement of code? - by El Forum - 01-25-2008, 08:58 AM
User Authentication - Placement of code? - by El Forum - 01-25-2008, 09:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB