Fatal error: Call to undefined method Fuel\Core\Fieldset_Field::valid_string() in C:\xampp\htdocs\markup-lv\fuel\app\classes\controller\a11n.php on line 14
$validation->add( 'username', 'username' )
->add_rule('required')
->add_rule( 'min_length', 1 )
->add_rule( 'max_length', 255 )
->valid_string( array( 'alpha', 'uppercase', 'lowercase', 'numeric', 'dashes' ) );
->add_rule( 'valid_string', array( 'alpha', 'uppercase', 'lowercase', 'numeric', 'dashes' ) );
Thanks. It looks like you're new here. If you want to get involved, click one of these buttons!