This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/FormData
Marcin Kurczewski c117367974 Added IValidatable; moved validation to FormData
I still struggle to find out how to deal with arguments like
$userNameOrEmail. Should I trim() them in controllers, or in service?
If I do it in service, shouldn't all of such validation belong in there?
2014-10-18 18:48:19 +02:00
..
LoginFormData.php Added IValidatable; moved validation to FormData 2014-10-18 18:48:19 +02:00
RegistrationFormData.php Added IValidatable; moved validation to FormData 2014-10-18 18:48:19 +02:00
SearchFormData.php Added IValidatable; moved validation to FormData 2014-10-18 18:48:19 +02:00
UserEditFormData.php Added IValidatable; moved validation to FormData 2014-10-18 18:48:19 +02:00