Welcome Guest, Not a member yet? Register   Sign In
n00b asking about CI validation feature
#2

[eluser]RogerM[/eluser]
Try this:
Code:
if ($this->validation->run() == FALSE)
        {
            $this->load->view('myform');
        }
        else
        {
            $this->load->view('formsuccess');
        }

Have a look at the user guides Validation Class for more details


Messages In This Thread
n00b asking about CI validation feature - by El Forum - 10-22-2008, 12:17 AM
n00b asking about CI validation feature - by El Forum - 10-22-2008, 12:39 AM
n00b asking about CI validation feature - by El Forum - 10-22-2008, 12:45 AM
n00b asking about CI validation feature - by El Forum - 10-22-2008, 12:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB