1.Start
I recently started to study "Chapter 5: Register as a Member using OOP" in Teacher Li Yanhui's "PHP Second Quarter Video". I made a study note and deepened my understanding by drawing the basic page flow and UML class diagram.
2. Basic page process
3. Analysis through UML class diagram:
4.PHP code:
I have uploaded this part of the PHP code to git.oschina.net, which can be found at
See the relevant complete code under the folder login1 of https://git.oschina.net/andywww/myTest.
(End.)