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
34,655 results
After days, weeks, or months of coding many developers don't know how to gauge the quality of their code. I'll introduce tools to ...
1,022 views
6 years ago
How to Leverage PHP Magic Methods for Advanced Object-Oriented Programming? Magic methods in PHP are special ...
26 views
1 year ago
How to gracefully handle unexpected situations in PHP? 🕹️ When encountering unexpected situations in PHP, its crucial to ...
6 views
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
HungryCoder. #php #oop #objectorientedprogramming PHP Object Oriented Programming Part 1 : Topics: 1. class, 2. object, ...
166 views
3 years ago
Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...
444 views
Why Should You Use Object-Oriented Programming in PHP? Object-oriented programming in PHP helps organize code into ...
31 views
Why is it important to pass objects as function parameters in PHP? Passing objects as function parameters in PHP allows you ...
36 views
Abstraction, Encapsulation, Polymorphism, and Interfaces: whether you've been programming in PHP for years or are just starting ...
3,042 views
8 years ago
Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.
486 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
What is PHP autoloading and why should you use it? PHP autoloading is a feature that automatically loads classes when they ...
35 views
What are PHP namespaces and why are they useful? PHP namespaces provide a way to organize code by grouping related ...
42 views
Creazione di classi e oggetti. Costruttore e distruttore. Metodi getter e setter.
1,207 views
What is autoloading in PHP and why is it important? Autoloading is a feature in PHP that automatically includes the necessary ...
24 views
Hello, Dans cette vidéo nous allons voir comment déclarer une classe et lui attribuer des propriétés, et nous allons voir comment ...
894 views
How to Handle Errors in PHP Like a Pro? When coding in PHP, its essential to implement proper error handling techniques.
32 views
How to turbocharge PHP server speed? Utilize Object-Oriented Programming (OOP) principles for efficient code organization.
9 views
40 views
Learn PHP in this full course for beginners. This course will help you get all the fundamentals of Procedural PHP, Object Oriented ...
112 views
2 years ago