Here is my typical form
$errors = array(); if ($this->request->post(\'submit\')) { // <----- I don\'t like this line $post
if ($post = $this->request->post()) { $post = Validation::factory($post); ... }