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.
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.