0 votes
in Zend Framework by
What is the purpose of bootstrap in the Zend framework?

1 Answer

0 votes
by

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.

...