I just started programming apps in Cakephp 3 and I am wondering how to validate user form data without saving or updating informations in the database?
Is there any solution to call validator to check if email is correct without further operations on database?