Sometimes you need to know in which module or action you are, here the code to know it
sfContext::getInstance()->getModuleName(); sfContext::getInstance()->getActionName();
Sometimes you need to know in which module or action you are, here the code to know it
sfContext::getInstance()->getModuleName(); sfContext::getInstance()->getActionName();