Hi,
I might be missing something in the docs, but is there a way to collect all Post data objects at once?
Right now, I get the Post data on a request like this:
$test->user = $this->request->getPost("user", "striptags");
Thanks for the help so far, Soda