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 trialFilipe Pacheco
Full Stack JavaScript Techdegree Student 21,416 PointsStatic function
It was mentioned in this video, but I haven't seen it so far. Is it covered in any treehouse course at all?
2 Answers
Sebastian Karg
28,705 PointsHi Filipe,
had the same question and found this documentation:
http://php.net/manual/en/language.oop5.static.php
and also this course:
https://teamtreehouse.com/library/objectoriented-php-basics-2/building-the-recipe/static-methods
which is part of the course Object-Oriented PHP Basics:
https://teamtreehouse.com/library/objectoriented-php-basics-2
Filipe Pacheco
Full Stack JavaScript Techdegree Student 21,416 PointsThanks, Sebastian.