CakePHP - Quick way to get /controller/action path?

Viewed 16442

Is there a Controller property that will allow me to get just /controller/action from the URL without any additional parameters there might be?

At the moment I am having to join $this->name . '/' . $this->action.

3 Answers
Related