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 trialVehbi Oztomurcuk
4,283 PointsI completed my "Beginning PHP" track what should I run next?
Hi,
I completed 15 hours of Beginning PHP track (https://teamtreehouse.com/tracks/beginning-php)
What am I supposed to do next? suggestions aren't clear enough.
My options are;
-INTERMEDIATE PHP TRACK- (15 hours) https://teamtreehouse.com/tracks/intermediate-php
Contains;
*SQL Basics
*Reporting with SQL
*Integrating php with databases
*Browser persistent data with php
*Modifying data with SQL
*CRUD operations with PHP
*File Handling with PHP
or
-OBJECT ORIENTED PHP TRACK- (10 hours) https://teamtreehouse.com/tracks/objectoriented-php-2
Contains;
*Object oriented php basics
*Extending object oriented php
*Designing interfaces with php
*Introduction to PHP7
*Basic exception handling with php
*Dependency Management with Composer
*Building website with php
-> What should I run first?
Ps. My main purpose is learning JavaScript after PHP courses.
2 Answers
Patricia Hector
42,901 PointsHi there:
I suggest this path:
- Object oriented php basics
- Extending object oriented php (optional, because you can always do it later)
- SQL Basics
- Reporting with SQL more Database courses
- PHP & Databases with PDO
- Integrating PHP with Databases
- CRUD Operations with PHP
I as you can see I am not suggesting you any of the two tracks, because when I took them I realize I was missing some other contents in order to fully understand each course. I think with the path above you'll be getting what you need or at least you won't be missing any big chapter. Ciao.
Vehbi Oztomurcuk
4,283 PointsThanks a lot for listing the shortcut for me but since I already completed 3 hours and don't want to do anything sloppily and hastily, I guess I'll rely on the default guide which is INTERMEDIATE PHP TRACK + OBJECT ORIENTED PHP TRACK in that order. This list can be more helpful for anyone else.