I\'m trying to figure out how I can use the is_unique rule from the Codeigniter form validation library in the following situation.
is_unique
I\'m trying to submi
we must have to add table name for is_unique
for Exp.
is_unique[users.email]