Course Intermediate 23119
Course Introduction:"PHP Object-Oriented Video Tutorial" This course is recorded by Boole Education. It explains the basics, abstract classes, and interfaces of PHP object-oriented in a simple and easy-to-understand manner. It also briefly describes the three major characteristics of PHP object-oriented: encapsulation, inheritance, and polymorphism. Having said so much, let’s learn it together! !
Course Intermediate 8037
Course Introduction:Object-oriented programming (OOP for short) is not only a need for developing large-scale projects, but also a tool for analyzing problems. PHP has complete object-oriented programming capabilities and can complete the development of large-scale commercial projects. This course combines the object-oriented technology in PHP , break it apart and crush it, and I’ll tell you slowly.
Course Intermediate 46980
Course Introduction:MySQL Tutorial "A Quick Introduction to MySQLi Object-Oriented Programming" is a video tutorial originally recorded by PHP Chinese website. As an enhanced version of traditional MySQL, MySQLi is used more and more widely. According to programmers' programming habits, it is divided into two types: process-oriented and object-oriented. This course is mainly object-oriented and introduces commonly used attributes and methods in detail. Perform CURD operations.
Course Intermediate 14830
Course Introduction:This chapter focuses on PHP object-oriented applications, declaration and creation of classes and objects, and the three major characteristics of object-oriented: encapsulation, inheritance, polymorphism, abstract classes and interfaces, as well as some commonly used magic formulas, new traits, namespaces, etc. content.
Course Elementary 2441
Course Introduction:Source code and handouts can be obtained from Q group: 589912610; 1. Why do you need to learn object-oriented PHP? Object-oriented is an advanced content of programming, which is relatively difficult to understand, but there is not much syntax knowledge. Common various PHP frameworks are based on object-oriented: laravel, thinkphp, etc. Although object-oriented preparation work is relatively tedious in the early stage, the later application is extremely convenient. The various classes written by yourself can be flexibly used in various projects. Only by mastering object-oriented can we step into the mysterious door of programming, allowing us to have new ideas on more issues. 2. What can you do after learning object-oriented? Construct common functional classes: database operation class (to realize the addition, deletion, modification and query of data table information and database link), user verification class (to realize user login, user registration and logout),
Course Advanced 8044
Course Introduction:"Power Academy Object-Oriented PHP Video Tutorial" explains the basic concepts of object-oriented and related case practices, so that students can have a basic understanding of object-oriented and be able to master the method of abstracting practical problems into class objects to solve practical problems. Methods, master the most important core capabilities of object-oriented.
Course Advanced 10402
Course Introduction:"Geek Academy PHP Object-Oriented Video Tutorial" explains knowledge points about object-oriented programming ideas, including construction methods and destructor methods, magic methods, class encapsulation inheritance, keywords, etc.
Course Intermediate 6433
Course Introduction:"Chuanzhi Podcast JavaScript Object-Oriented Completion of the Snake Game Video Tutorial" introduces the knowledge about JavaScript object-oriented and uses object-oriented programming ideas to complete the Snake game.
Course Elementary 7271
Course Introduction:Object-oriented is an indispensable part of the programming language, and many programmers have only a little knowledge of it. So "The Latest Object-Oriented OOP Programming Video Tutorial" was recorded by Chuanzhi Podcast and explains the basic concepts of object-oriented. As well as related case practices, from the shallower to the deeper, let the friends have a basic understanding of object-oriented and have an in-depth understanding of object-oriented programming.
Course Elementary 25454
Course Introduction:Object-oriented programming using php
Course Intermediate 7080
Course Introduction:**Thinking**: At the beginning of PHP learning, our code first appeared in the HTML mixed state, and then slowly became independent. Later, the PHP code was separated into different scripts, loading and calling each other. What exactly is the logic in this? **Introduction**: In fact, from the perspective of realizing business functions, any mode is acceptable. However, project development often involves team collaboration, which requires teamwork and the maintainability of later code. This leads to the practice of classifying code and dividing it into files. We have different positions for code development, and each method has its unique advantages and disadvantages.
Course Intermediate 10677
Course Introduction:**Thinking**: At the beginning of PHP learning, our code first appeared in the HTML mixed state, and then slowly became independent. Later, the PHP code was separated into different scripts, loading and calling each other. What exactly is the logic in this? **Introduction**: In fact, from the perspective of realizing business functions, any mode is acceptable. However, project development often involves team collaboration, which requires teamwork and the maintainability of later code. This leads to the practice of classifying code and dividing it into files. We have different positions for code development, and each method has its unique advantages and disadvantages.
Course Intermediate 5974
Course Introduction:**Thinking**: At the beginning of PHP learning, our code first appeared in the HTML mixed state, and then slowly became independent. Later, the PHP code was separated into different scripts, loading and calling each other. What exactly is the logic in this? **Introduction**: In fact, from the perspective of realizing business functions, any mode is acceptable. However, project development often involves team collaboration, which requires teamwork and the maintainability of later code. This leads to the practice of classifying code and dividing it into files. We have different positions for code development, and each method has its unique advantages and disadvantages.
Course Intermediate 8325
Course Introduction:"JS Advanced Object-Oriented and Component Development Video Tutorial" Object-oriented programming language must have language components that describe objects and their relationships. Component development is also an important part of programmer design. This video will teach you how to do it from the simple to the deep. Comprehensive mastery of advanced object-oriented and component development in js.
Course Advanced 12895
Course Introduction:"Han Shunping's 2016 Latest PHP Object-Oriented Programming Video Tutorial" explains an important programming idea, which is object-oriented thinking. Learning this kind of thinking will be of great help to future programming.
Course Intermediate 10032
Course Introduction:Object-oriented part of learning, from object-oriented basics to advanced object-oriented, from independent development of object-oriented to system use of object-oriented, from theoretical explanation to illustrations, all-round explanation of object-oriented.
Course Intermediate 11007
Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.
Course Advanced 17079
Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.