I have two input fields for the users to input a range of year. If the user didn't enter anything, the page will run a default setting. If the user enter one of the field, he is required to enter the other field as well to get pass the validation.
Also I saved the rules as an array and put into application/config/form_validation.php. How do I do this?