How do you set module name, controller name, and action name in zend framework?
Answer / Sunil Singh Chauhan
To set the module name, controller name, and action name in Zend Framework, you can use routing. You define a route in your application.ini file or in a separate routing.xml file. For example: `resource.router.routes.my_route.route = /module/:module/:controller/:action/* action = index`
| Is This Answer Correct ? | 0 Yes | 0 No |
How to add a view helper directory (zend framework)?
How we can do multiple column ordering in zend framework?
Named the latest version of zend framework?
What is full form of cla in zend framework?
How do you define the library path in zend ?
how to remove all dtddwrappers and labels on zend form elements?
Explain what is the function of action helper in zend?
How to change layout for module level in zend framework 2?
What is zend helpers?
Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode?
How to access route, post, get etc. Parameters in zend framework 2?
How to write a program to retrieve the view object within plugin?