Welcome Guest, Not a member yet? Register   Sign In
Pre-populated form with validation class
#2

[eluser]Unknown[/eluser]
Well, I got it to work using the following in my else code block:

Code:
$data['query'] = $this->Company_model->get_single($id);
$this->validation->id = $data['query']->id;
$this->validation->name = $data['query']->name;

Although, if there's a better way or if there might problems with this way, I'd love to hear.

Thanks!


Messages In This Thread
Pre-populated form with validation class - by El Forum - 03-30-2008, 06:05 PM
Pre-populated form with validation class - by El Forum - 03-30-2008, 06:41 PM
Pre-populated form with validation class - by El Forum - 03-31-2008, 03:45 AM
Pre-populated form with validation class - by El Forum - 03-31-2008, 04:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB