03-29-2011, 08:16 AM
[eluser]JasonS[/eluser]
All I want to do is update the prefix..
Nothing happens..
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..