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 trialSamuel Chan
465 PointsWhat are text editor alternative to PHP development?
Hi I'm new to PHP, was just looking at this video for the first time and wondering what are some good alternatives to PHP development? I'm currently running Windows 7 and I have a old 2008 Macbook at home.
Looking for recommendations for both OS device. Thanks
4 Answers
Kester Browne
24,414 PointsFor your mac, check out Sublime text 3. Started using it and never looked back.
Byron Stokes
291 PointsI personally use NotePad ++ for PHP development. It's not as detailed as Dreamweaver but it's still a great software to use.
Samuel Chan
465 PointsI've just done some searching and found an open source app call Aptana as well although the interface seems much more complex than notepad++. What are your thoughts?
dxoxiifezd
19,729 PointsAptana is an IDE like Netbeans or PHPStorm. They have a lot of tools for expert developers. If you are starting to learn PHP just use a text editor.
Jeff Busch
19,287 PointsHi Samuel,
Any text editor will work, Personally I like Sublime Text. You are also going to need Apache web server but Randy Hoyt will cover that. After that is set up all you need to do is write the code in your editor, save the file, and then open it in your web browser. If you make changes to the file, save it and refresh your browser.
Jeff
Samuel Chan
465 PointsThanks Jeff, I'm still going through the video and hopefully I won't run into any problems!
Samuel Chan
465 PointsSamuel Chan
465 PointsThanks, I think this is definitely what I'm looking for!