Introduction - If you have any usage issues, please Google them yourself
Sort by php100 video tutorial the text version of the tutorial, Ming Tsai production.
Ming Tsai PHP object-oriented (26 pass) course catalog:
(A) a simple way to understand, object-oriented
1-1 Object-Oriented Hypothetical Example
1-2 my subtle understanding
(B) create a class using Class
2-1 Creating a class using Class
(C) the class attributes and class methods
3-1 class attributes and class methods
(D) Use New function object instantiation
4-1 New function object instantiation
(Five) object-oriented development study notes
5-0 object-oriented development study notes
5-1 object $ this keyword
5-2 initialize the object function __construct ()
5-3 destructor __destruct ()
5-4 is not a simple example of using $ this
5-5 A simple example of using $ this
5-6 using initialization+ $ this+ release function
(Vi) packaging and application classes
Packaging and application 6-1 classes
(Seven) and application classes inherit
7-1 class inheritance a