This shortcut is useful to get in an array the module, action and request parameters from any templates.
$tab = array(); $tab = $this->getRequest()->getParameterHolder()->getAll();
:)