Welcome Guest, Not a member yet? Register   Sign In
Validated form data - where does it go?!?
#4

[eluser]Michael Wales[/eluser]
Validated form data can be found in:
Code:
$this->input->post('field');
$_POST['field'];
$this->validation->field;

Personally, I would use the Input class - there's no difference right now between the three, but in the future this may change. The Input class was designed to access this data specifically, in theory you should never touch the $_POST array yourself - let the framework do it for you.


Messages In This Thread
Validated form data - where does it go?!? - by El Forum - 01-20-2009, 01:44 PM
Validated form data - where does it go?!? - by El Forum - 01-20-2009, 01:54 PM
Validated form data - where does it go?!? - by El Forum - 01-20-2009, 02:03 PM
Validated form data - where does it go?!? - by El Forum - 01-20-2009, 04:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB