I'm sorry but i'm not trying to insult anyone here...
But I truly dont understand the point of this method. I find it very unnecessary addition to the framework.
If the $this->validate() method working fine then why we need this new method? if $this->validate() returns true then we can be sure about the submitted data.
If the $this->validate() got any security issues, then that method is the one we have to fix, instead introduce new methods.
And other issue of this getValidated() method is, its only returns validated data. What if the form has fields that we dont want to be validated? Now we have to perform some extra work to get both validate and optional fields data. this is a dirty work.
--------------
Can you someone explain why this method really is necessary? I may not smart enough to understand. thanks
fgh$this->validate()his->validate$this->validate()