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 |
Difference between javascript ajax request vs jquery $.ajax?
How can you get a module name in bootstrap file.
How to render view file from controller in zend framework?
What is the function of action helper in zend?
What is front controller in zend framework?
Why do we need disable layout & how we can do it?
Which class extend the zend controller? Zend_controller_action
What is a zend framework and why it is used?
What new in zend framework 2.0?
What is the difference between zend framework and laravel?
Who developed the zend framework?
What are the steps kept in mind while designing the zend_form?