PHP Official Learning oop:http://php.net/manual/zh/oop5.intro.php
The following link source: http://blog.snsgou.com/post-41.html
PHP Object-oriented (OOP) programming Full Tutorial: 1. What is object-oriented?
PHP Object-oriented (OOP) programming full tutorial: 2. What is a class, what is the relationship between the object, the class, and the object
PHP Object-oriented (OOP) programming Full tutorial: 3. What is object-oriented programming?
PHP Object-oriented (OOP) programming Full Tutorial: 4. How to abstract a class?
PHP Object-oriented (OOP) programming Full Tutorial: 5. How do I instantiate an object?
PHP Object-oriented (OOP) programming full Tutorial: 6. How to use members in an object
PHP Object-oriented (OOP) programming full tutorial: 7. Use of special reference "$this"
PHP Object-oriented (OOP) programming full Tutorial: 8. Construction method __construct () and destructor method __destruct ()
PHP Object-oriented (OOP) programming full Tutorial: 9. Encapsulation
PHP Object-oriented (OOP) programming Full tutorial: 10.__set (), __get (), __isset (), __unset () four ways to apply
PHP Object-oriented (OOP) programming full Tutorial: 11. Class inheritance
PHP Object-oriented (OOP) programming full tutorial: 12. Overloading the New method (parent::)
PHP Object-oriented (OOP) programming full Tutorial: 13. Type of Access (public,protected,private)
PHP Object-oriented (OOP) programming Full Tutorial: Application of 14.final Keywords
PHP Object-oriented (OOP) programming full tutorial: Use of 15.static and const keywords
PHP Object-oriented (OOP) programming Full tutorial: 16.__tostring () method
PHP Object-oriented (OOP) programming full tutorial: 17. Clone Object __clone () method
PHP Object-oriented (OOP) programming Full tutorial: 18.__call () Handling Call errors
PHP Object-oriented (OOP) programming full tutorial: 19. Abstract methods and abstract classes
PHP Object-oriented (OOP) programming full tutorial: 20.PHP5 Interface Technology (interface)
PHP Object-oriented (OOP) programming full tutorial: 21. Polymorphic Applications
PHP Object-oriented (OOP) programming full tutorial: 22. Serialize the object serialize () method, __sleep () method, __wakeup () method
PHP Object-oriented (OOP) programming full tutorial: 23. Auto-load Class __autoload () function
PHP Object-oriented (OOP) programming Getting Started tutorial links