Recommended resources (videos, courseware source codes) for PHP advanced design patterns

黄舟
Release: 2023-03-15 15:06:01
Original
1688 people have browsed it

When coding PHP programs, in order to better maintain and understand the code in the future, it is essential to use some appropriate design patterns. Today I will share with you the "php Advanced Design Patterns Video Tutorial" which introduces the design patterns. concepts, and introduces some commonly used design patterns, such as singleton pattern, adapter pattern, etc.

Recommended resources (videos, courseware source codes) for PHP advanced design patterns

Course playback address: http://www.php.cn/course/612.html

This video was created by teacher Tong Yan Shiba. The teacher’s teaching style:

The original “iterative teaching method” is currently the most efficient programming training system in China. Vivid images, common things in life, clear and humorous explanations of complex computer concepts, the classroom atmosphere is relaxed and lively. It is deeply loved by students. A kind of appropriate humor can attract students' knowing smiles, just like drinking a glass of sweet wine, giving people aftertaste and nostalgia;

The more difficult points in this video should be: each design pattern:

Design patterns not only represent a useful way to develop robust software faster, but they also provide a way to encapsulate large ideas in friendly terms. For example, you could say that you are writing a messaging system that provides loose coupling, or you could say that you are writing a pattern named Observer.


Here we also recommend downloading source code resources: http://www.php.cn/xiazai/ learn/2085

The courseware shares the courseware with you:

1. Object-oriented and design patterns.ppt

Learning Contents

  1. The meaning of learning design patterns

  2. Concept of design patterns

  3. Let’s talk about polymorphism first

  4. Simple factory pattern

  5. Simple factory pattern

  6. Single case pattern

  7. Observer Mode

  8. Chain of Responsibility Mode

  9. Strategy Mode

  10. Decoration mode

  11. Adapter mode

  12. Bridge mode

The above is the detailed content of Recommended resources (videos, courseware source codes) for PHP advanced design patterns. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!