Welcome Guest, Not a member yet? Register   Sign In
How do you extend the Form Validation library?
#1

[eluser]JasonS[/eluser]
All I want to do is update the prefix..

Code:
<?php

class MY_Form_validation extends CI_Form_validation {

    var $_error_prefix            = '<p class="error">';
    
}

Nothing happens..


Messages In This Thread
How do you extend the Form Validation library? - by El Forum - 03-29-2011, 08:16 AM
How do you extend the Form Validation library? - by El Forum - 03-29-2011, 08:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB