Quite often when your using CodeIgniter Validation Class you require forms that have validation and default values for example a users profile. Unfortunately this is cannot be handled by this class but with extending the validation class can resolve this issue simply and effectively.
By extending the the validation class it is possible to set [...]
Using the Code Igniter Validation Class to set default form values
14 Comments »