PHP 7.4 Basic
Please rate the course
Course short description
The PHP programming language is one of the best for creating the server side of modern websites. The PHP Basic course is a continuation of the PHP Starter course. In this course you will learn the basics of the Object-Oriented paradigm for writing programs in PHP. You will also become familiar with the basic principles of the structure and operation of modern web applications, and learn how to create them yourself. A significant portion of the course is devoted to the basic concepts that you need to learn before moving on to learning PHP programming using frameworks.
What you will learn after completing this course:
- < li>Create simple web applications using PHP.
- Understand the basic principles of OOP and the basics of building web applications in this paradigm.
- Understand what OOP is and its principles - encapsulation, inheritance, polymorphism, abstraction.
- Be able to work with calling context in PHP.
- Understand the features and be able to work with multiple inheritance in PHP, abstract classes, traits.
- Be able to apply strong typing and ensure control of return values.
- Understand the features of the concepts and mechanisms of cloning and serialization.
- Understand the features of covariance and contravariance.
- Be able to work in PHP with exceptions and their handling.
- Understand the mechanisms of organizing namespaces in PHP.
- Apply in development the principle of iterators to work with an object as an array in PHP.
- li>Understand the basics of working with relational databases.
- Understand the basics of the Singletone and Builder design patterns.
- Understand the basics of the SPL library in PHP.