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 trialAustin Lilley
5,727 PointsWhat order should we take PHP classes within the library that are not part of the PHP Development track?
Howdy!
I am looking to master the beginnings of PHP and am already well on my way to completing the PHP Development track.
After looking around at the various PHP classes within the library section I noticed that many of these don't exist within the PHP track. In what order should I do these classes?
Ex: PHP testing, Laravel training, PHP & Stripe API, etc?
I want to make sure I am not jumping around.
Question #2: Are you planning on making more PHP courses for things like cURL, PHP Mailer, etc? I have used these in personal projects, but would love to see indepth teaching on them as I had to do quite a bit of hunting to understand them initially.
3 Answers
Shawn Gregory
Courses Plus Student 40,672 PointsAustin,
Chris is spot on. The courses that aren't part of the track aren't meant to teach you the fundamentals of PHP, they are just addons that'll help you broaden your scope. The courses can be taken in any order you want and I advise you to do the ones that interest you the most first. The tracks are meant to teach you the language while the addons take you to different areas once you learn that language. Think of it as showing you how to code and the addons help you take what you've learned and apply it or simply how to use it.
As far as your second question goes: Team Treehouse is always looking for new material that peaks the interest of their students. However, since there's a whole range o topics out there, knowing what to add as a course can be troublesome. They want to add courses that they know their students want. Have an idea on what they should do next? Let them know by posting your ideas on these forums or contact them directly with your input. With enough requests on a subject I'm sure they can fit it in. Of course the next thing would be to find the appropriate teacher that knows the subject content in order to teach the course. Not all teachers will know every single subject and finding the right one might take time. But keep on voicing your requests. Without them, Team Treehouse wouldn't know there's a demand for it. Congrats on completing your PHP track and keep on learning!
Cheers!
Chris Adamson
132,143 PointsI would take them in any order after you have completed the track. Mastering the basics is the first step.
Austin Lilley
5,727 PointsThanks guys!