class YourController extends AppController { function doSomething() { ... // Redirect user to previous page $this->History->goBack(); } }