redirect()
Redirects you to a specified page
Usage: redirect(string|array $url, integer $status) return $this->redirect(['controller' => 'Users', 'action' => 'login']) return $this->redirect(['action' => 'index']);