I'm trying to create a new project in NetBeans PHP from existing sources. When I try to create a new project, it asks me for the location of an Index File. What is an Index File in the context of NetBeans?
Asked
Active
Viewed 445 times
1 Answers
2
Index file is the starting file for your debugging sessions. Normally it's the index.php in your application root. When you set it, it will be the default starting point when you press debug in NetBeans.

dr Hannibal Lecter
- 6,665
- 4
- 33
- 42
-
Oh that kind of index file! Gag...it must be Friday...Thanks! – leeand00 May 08 '09 at 22:48