You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case validation class is not really helpful as we can declare as a rule
filed for the first level array. What if you want to have n level array ?
[b]TO DO:[/b]
[b]1.[/b] Add just after :
[code]
class CI_Validation {
...
[/code]
new var
[code]
var $_inputdata = array();
[/code]
[b]2.[/b] Replace all $_POST vars to : (ctrl+h)
[code]$this->_inputdata[code]
[b]3.[/b] You need to add this function into Validation library : (system/libraries/Validation.php)