What is Bootstrapping?

Answer

Many PHP applications funnel server requests into a single (or few)

PHP source file that sets up the environment and configuration for the application, manages sessions
and caching, and invokes the dispatcher for their MVC framework. They can do more,
but their main job
is to take care of the consistent needs of every page of a web application.
In our Blueprint for PHP Applications, we will have a core bootstrapper that receives all dynamic
requests for an application and applies a template for applic
ation behavior that we can later extend. It
will allow us to later customize the functionality for each unique application.

All zend Framework 2 Questions

Ask your interview questions on zend-framework-2

Write Your comment or Questions if you want the answers on zend-framework-2 from zend-framework-2 Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---