How can you get a module name in bootstrap file.
Answer / Sharad Kuamr Sain
You can get the current module name in the Bootstrap file of your Zend Framework project by using the `$this->getModuleName()` method. This method returns the name of the currently active module.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name some important component in zend framework?
How to get client's timezone?
Zend framework and wordpress integration?
Can you explain what is the difference between zend_auth and zend_acl?
How we can add custom view helpers to zend framework 2?
What is the zend file upload and element decorators?
Explain super global variables in zend framework?
How to protect your site from sql injection in zend when using select query?
What is autoloader?
What is the minimum php version required to run zend framework 2.0?
How to install zend framework2 on shared hosting server?
Explain filters in zend framework with examples?