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

Marco Boretto
Marco Boretto
29,821 Points

self:: keyword doesn't work with sublime text 2

hey guys i'm working on sublime text 2 as code editor and it seems the keyword self:: doesn't work. Am i missing something? P.S: I ran the code in the workspace and it worked correctly

Thanx

2 Answers

Marco Boretto
Marco Boretto
29,821 Points

Well i was using the same child class name in two different <?php ?> sections. Neither self:: nor sublime text matter.just my disattention My shame:(

Marco Boretto
Marco Boretto
29,821 Points

ok thanx Aaron, I solved the problem on my own. self:: keyword works anyway