i have come across a bug. when i autoload validation, none of my $this->validation->field variables can be accessed in the view. in the controller i set_rules, set_fields, run(), but then when i get to my view all of my fields and error message doesn’t exist and i get multiple php notices. if i remove the autoload validation and $this->load->library(‘validation’) in my controller function, everything works as expected. so it appears to be an issue when autoloading validation. if this could be fixed soon it would be very appreciated.
thanks!
