Link to the PHP Object-Oriented Programming getting started tutorial and the OOP getting started tutorial
PHP learning OOP: http://php.net/manual/zh/oop5.intro.php
Source: http://blog.snsgou.com/post-41.html
PHP object-oriented programming full Tutorial: 1. What is object-oriented?
PHP object-oriented programming full Tutorial: 2. What is the class, what is the object, the relationship between the class and the object
PHP object-oriented programming full Tutorial: 3. What is object-oriented programming?
PHP object-oriented programming full Tutorial: 4. How to abstract a class?
PHP object-oriented programming full Tutorial: 5. How to instantiate an object?
PHP object-oriented programming full Tutorial: 6. How to Use the members in the object
PHP object-oriented programming full Tutorial: 7. Special reference of "$ this"
PHP Object-Oriented Programming Tutorial: 8. constructor _ construct () and destructor _ destruct ()
PHP object-oriented programming full Tutorial: 9. Encapsulation
PHP Object-Oriented Programming Tutorial: Application of four methods: 10. _ set () ,__ get () ,__ isset () ,__ unset ()
PHP object-oriented programming full Tutorial: 11. class inheritance
PHP object-oriented programming full Tutorial: 12. Reload the new method (parent ::)
PHP object-oriented programming full Tutorial: 13. Access type (public, protected, private)
PHP object-oriented programming full Tutorial: 14. final keyword Application
PHP object-oriented programming full Tutorial: 15. Use of static and const keywords
PHP object-oriented programming full Tutorial: 16. _ toString () method
PHP object-oriented programming full Tutorial: 17. clone object _ clone () method
PHP object-oriented programming full Tutorial: 18. _ call () handle call errors
PHP object-oriented programming full Tutorial: 19. abstract methods and abstract classes)
PHP Object-Oriented Programming Tutorial: 20. PHP5 interface technology (interface)
PHP Object-Oriented Programming Tutorial: 21. Application of Polymorphism
PHP object-oriented programming full Tutorial: 22. serialize () method of object, __sleep () method, __wakeup () method
PHP object-oriented programming full Tutorial: 23. Automatic loading of class__autoload () function