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 Object-Oriented PHP Basics (Retired) Inheritance, Interfaces, and Exceptions Static Methods and Properties

Oscar Mauricio Lancheros Murillo
Oscar Mauricio Lancheros Murillo
3,608 Points

Why don´t we have workspaces on php course of OOP...?

Why don´t we have workspaces on php course of OOP...?

4 Answers

Kevin Korte
Kevin Korte
28,148 Points

Workspaces is relatively new, and the video may have been produced before workspaces was launched.

It's best to tryout your code from your local computer. I never used the workspaces. With notepad++ and PHP + MySQL installation, you don't have to worry about anything. You can also try different codes and explore the PHP manual easily with your own php installation. To master this language, you should keep exploring new things :)

You can start workspaces from new videos(even bookmark it) and then start this course or any other "older" ones, and write code. It will work just fine. I prefer workspaces because they are very simple, they don't require any installation and you can work from anywhere. It saves your code and you can continue anytime afterwards...