Bootstrapping refers to the process of loading the environment a program (or a script, in the case of
PHP) needs to operate. In the context of
PHP development, it also means funneling all web requests through a single script that performs the
bootstrapping process, also called "front controller."
read more >>