Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
61,002 results
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
569 views
1 year ago
HungryCoder. #php #oop #objectorientedprogramming PHP Object Oriented Programming Part 1 : Topics: 1. class, 2. object, ...
167 views
3 years ago
I will cover the fundamentals of OOP (Object Oriented Programming) in php, I will try to use real word examples, no foo bar or ...
504 views
6 years ago
Why Should You Use Object-Oriented Programming in PHP? Object-oriented programming in PHP helps organize code into ...
32 views
2 years ago
Abstraction, Encapsulation, Polymorphism, and Interfaces: whether you've been programming in PHP for years or are just starting ...
3,042 views
8 years ago
How to Leverage PHP Magic Methods for Advanced Object-Oriented Programming? Magic methods in PHP are special ...
26 views
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
446 views
What is PHP autoloading and why should you use it? PHP autoloading is a feature that automatically loads classes when they ...
37 views
What is autoloading in PHP and why is it important? Autoloading is a feature in PHP that automatically includes the necessary ...
24 views
Why use namespaces in PHP? Namespaces prevent class name conflicts. They make your code more modular and ...
356 views
This is PHP Object oriented Programming crash course part two. Follow this link for part one: https://youtu.be/aDrohOU6spU In this ...
284 views
How to turbocharge PHP server speed? Utilize Object-Oriented Programming (OOP) principles for efficient code organization.
10 views
The first concretePHP meetup. The topic of this talk was PHP OOP.
72 views
10 years ago
HungryCoder. #php #oop #objectorientedprogramming PHP Object Oriented Programming Part 3 : Topics: 1. Static property and ...
53 views
40 views
7 years ago
HungryCoder. #php #oop #objectorientedprogramming PHP Object Oriented Programming Part 4 : Topics: 1. abstract class Full ...
38 views
What are PHP namespaces and why are they useful? PHP namespaces provide a way to organize code by grouping related ...
48 views
Why is PHP autoloading crucial for modern development? PHP autoloading simplifies class loading by automatically including ...
4 views
How to Effortlessly Boost PHP Scripting Comfort? By leveraging PHPs built-in functions smartly. Organize your code into ...
7 views
Why are PHP function parameters essential for OOP? 🗃️ PHP function parameters enable you to pass data into functions, ...
15 views