vote up 1 vote down star
1

Current state:

  • A router is loaded from xml file
  • two route name within the router are going to the same controller and action, for example: www-language-employee and www-language-trainer are going to the same controller and action --> EmployeeController & listemployeeAction

Problem: - Need to know which route name is dispatched/being used from a request.

Example: 1. http://www.mycompany.com/en/trainers/ Expected return value: www-language-trainer

flag

2 Answers

vote up 0 vote down
Zend_Controller_Front::getInstance()->getRouter()->getCurrentRouteName()
link|flag
vote up 1 vote down
Zend_Controller_Front::getInstance()->getRouter()->getCurrentRoute()
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.