Google News
logo
Zend framework - Interview Questions
What is the purpose of bootstrap in the Zend framework?
In the Zend framework, then bootstrapping is the process to load the application. All the resources required to apply the request to the application are bootstrapped/loaded/initialized before the request is completed.
Advertisement