Quote:
Originally Posted by murugesanme
What do u mean by "bootstrap" file here. Because now i am running the things thru index.php only. Do u mean the index.php file is bootstrap?
-mugesh.
|
YES
The index.php file is called the BOOTSTRAP FILE. Every single http request made to your web site is directed to index.php. Therefore, all of your settings are stored there. It is the most important file in your web app.