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 trial

PHP

Alexa K
PLUS
Alexa K
Courses Plus Student 2,800 Points

IDE or framework? PHP

Hello there! I'm a newbie and now I'm learning PHP. I'd like to practice coding on my own. I got confused which software should I use for that purpose: IDE or a framework?

1 Answer

Hey Alexa,

When developing, you should be using an IDE, which stands for 'Integrated Development Environment'.

Basically, this is just a programme you use to write code on. You can use something free and simple like Sublime Text or a paid for and more php-specific option like PHP Storm.

I would start with something like Sublime Text - you can customise pretty much everything and it's a really nice place to start.

A framework is something you'll use when building your application. It's a whole bunch of pre-written PHP code that handles all the boring, repetitive stuff that you'll need when developing any web application.

Hope this helps!

Tom