Welcome Guest, Not a member yet? Register   Sign In
Form_validation isn't using rules from config file (CI2)
#3

[eluser]kirkaracha[/eluser]
I get the same results. I'm loading the form validation library in the constructor:
Code:
public function __construct() {
    parent::__construct();
    $this->load->model(array('People_model'));
    $this->load->helper(array('date','people'));
    $this->load->library('Form_validation');
}


Messages In This Thread
Form_validation isn't using rules from config file (CI2) - by El Forum - 01-16-2011, 08:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB