Home  >  Article  >  Backend Development  >  Recommended resource courseware for Han Shunping’s PHP from entry to mastery video

Recommended resource courseware for Han Shunping’s PHP from entry to mastery video

黄舟
黄舟Original
2017-12-04 11:33:544610browse

In the course "PHP from Getting Started to Mastery Video Tutorial", PHP (foreign name: PHP: Hypertext Preprocessor, Chinese name: "Hypertext Preprocessor") is a general open source scripting language. The syntax absorbs the characteristics of C language, Java and Perl, which is easy to learn and widely used. It is mainly suitable for the field of Web development. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML (an application under the Standard Universal Markup Language) document for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags; PHP can also execute compiled code. Compilation can achieve encryption and optimize code running, making the code run faster.

Recommended resource courseware for Han Shunping’s PHP from entry to mastery video

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

This video was created by Han Shunping. The teacher’s teaching style is:

The teacher’s lectures are vivid, witty, witty, and touching. A vivid metaphor is like the finishing touch, opening the door to wisdom for students; a well-placed humor brings a knowing smile to students, like drinking a glass of mellow wine, giving people aftertaste and nostalgia; a philosopher's aphorisms, cultural references Proverbs are interspersed from time to time in the narration, giving people thinking and alertness.


##The more difficult point in this video is object-oriented Programmed:

Object-oriented programming (OOP) is a basic skill for our programming, and PHP5 provides good support for OOP. How to use OOP ideas to perform advanced programming of PHP is very meaningful for improving PHP programming capabilities and planning a good Web development architecture. Below we will use examples to illustrate the practical significance and application methods of using PHP's OOP for programming.

When we usually build a website with a database backend, we will consider that the program needs to be suitable for different application environments. What is different from other programming languages ​​is that in PHP, a series of specific functions are used to operate the database (if you do not use the ODBC interface). Although this is very efficient, the encapsulation is not enough. If there is a unified database interface, then we can apply it to a variety of databases without making any modifications to the program, thus greatly improving the portability and cross-platform capabilities of the program.

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

This video courseware is shared with everyone:

PHP from Beginner to Mastery Video Tutorial (Han Shunping) Course Source Code Notes

The above is the detailed content of Recommended resource courseware for Han Shunping’s PHP from entry to mastery video. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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