Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTom Schinler
21,052 PointsNetBeans question
When I begin a new NetBeans PHP project a whole slew of files and folders including index.php files open up in the project. Do I need to keep any of this or can I delete all but the main project folder?
2 Answers
geoffrey
28,736 PointsWhich version of Netbeans do you use ? I have as well this IDE. I've used it a little bit. And from what I know It doesn't create extra files, only the index.php.
It probably depends on the way you create the project.
What I do is : File>New Project>PHP - PHP Application >
There fill the inputs, project names and etc... It's as well a good idea to check the checkbox "put the netbeans metada into a separate directory". Better if you use GIT.
and that's all...
geoffrey
28,736 PointsThat's what I had in mind, cool you 've found it on your own. :)
Tom Schinler
21,052 PointsTom Schinler
21,052 PointsI figured out where I was going wrong. When I started a new PhP application, I was adding frameworks.