Question:When a user uses a form to POST data to your application, that information is available in:
A $this->get->data B $this->post->data C $this->form->data D $this->request->data
+ AnswerD
+ Report