Good suggestions for learning OOP PHP

Posted by Doug on Stack Overflow See other posts from Stack Overflow or by Doug
Published on 2010-04-07T05:19:09Z Indexed on 2010/04/07 5:23 UTC
Read the original article Hit count: 288

Filed under:
|

I've been trying to learn PHP OOP and have looked at multiple articles, but have yet to find a good resource for learning. I want to learn from the user of setters and getters, $this->, constructors, and so on...! Can anyone please suggest me something? I noticed MOST teachings leave out the explanation of $this->. I want to learn magic methods, decorators, encapsulation, etc... Feel free to suggest something that I haven't explicitly listed.

© Stack Overflow or respective owner

Related posts about oop

Related posts about php5