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

Adding OOP to PHP development track

Just wondering if one of the treehouse members would be able to add the OOP php project into the php track as it would be very beneficial thanks

1 Answer

Generally, PHP track has too little of PHP. PHP and OOP are very broad topics, and there is a lot to talk about: error handling and exceptions, configuration and version differences (5.1 - 5.3 - 5.4 - 5.5), namespaces and scope, coding standards, UTF8 issues, user authentication and authorization, programming patterns (not only MVC), file upload and filesystem, sessions and cookies, command line usage and software repositiories (PEAR, phar), type juggling and magic methods, serialization, autoloading, traits, etc.. Definitely, on the PHP is much to be done at Treehouse.