Extended form_validation: now with file checking :) |
[eluser]Chicken's Egg[/eluser]
Dear quest13, As far as I can see, there are two mistakes in your code: 1) MY_Form_validation is a library. The user guide clearly states that user libraries should be saved in 'application/libraries'. The original Form_validation.php is kept in system/libraries. 2) To load a libary that extends an existing library of CodeIgniter (like this one), you can simply use: Code: $this->load->library('Form_validation'); |
Welcome Guest, Not a member yet? Register Sign In |