Welcome Guest, Not a member yet? Register   Sign In
trim validation rules
#1

[eluser]CI jforth[/eluser]
Just ran in to this don't know if it's a bug or not but if you have spaces between rules they get ignored.

works
Code:
$rules['password'] = "required|matches[password_confirm]";


doesn't
Code:
$rules['password'] = "required | matches[password_confirm]";


Messages In This Thread
trim validation rules - by El Forum - 01-12-2008, 12:06 PM
trim validation rules - by El Forum - 01-13-2008, 03:31 AM
trim validation rules - by El Forum - 01-13-2008, 06:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB