View Single Post
  #6 (permalink)  
Old 02-22-2008, 07:16 AM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default

Quote:
Originally Posted by murugesanme View Post
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.
Reply With Quote