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.

Related questions

0 votes
asked Apr 22, 2022 in Zend Framework by sharadyadav1986
0 votes
asked Apr 22, 2022 in Zend Framework by sharadyadav1986
...