Welcome Guest, Not a member yet? Register   Sign In
Validation in controllers
#6

@John_Betong: That's a HUGE security problem. As people can just delete those from the DOM and submit XSS etc without any issue.

Personally I'm using form validation inside Controllers (with private functions to load my rules), as I'm using multiple models for saving data. So I need to validate it before processing it into my models. If I would do it again from scratch I would put my logic inside a library or extend a controller with those private functions. So that the main controller won't be so bloated.
Reply


Messages In This Thread
Validation in controllers - by milengardev1994 - 09-05-2019, 09:15 AM
RE: Validation in controllers - by includebeer - 09-05-2019, 11:34 AM
RE: Validation in controllers - by php_rocs - 09-05-2019, 02:11 PM
RE: Validation in controllers - by John_Betong - 09-15-2019, 12:59 AM
RE: Validation in controllers - by jreklund - 09-15-2019, 01:25 AM
RE: Validation in controllers - by includebeer - 09-15-2019, 05:47 AM
RE: Validation in controllers - by website - 09-15-2019, 10:44 AM
RE: Validation in controllers - by JoellSVK - 01-14-2020, 01:36 AM
RE: Validation in controllers - by TonyBurgos - 02-15-2020, 01:27 PM
RE: Validation in controllers - by angrymongol - 02-25-2020, 09:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB