ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

72,118 results

ojamboshop
Create Your First PHP App with Fat-Free Framework in 60 Seconds!

Quick tutorial on building a PHP app using Fat-Free Framework! Learn how to connect to a MariaDB database and display ...

1:15
Create Your First PHP App with Fat-Free Framework in 60 Seconds!

144 views

6 months ago

Turbo Learn PHP
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

What's the quickest way to debug PHP code? Using error_reporting can show all errors quickly. Combine it with ...

0:17
What’s the quickest way to debug #php code? Master #php Debugging in Seconds The Ultimate Tip!

1,119 views

1 year ago

WordPress
The programming languages of WordPress – PHP

A brief introduction to PHP, and some examples of PHP code. Includes links to the PHP Documentation and other resources for ...

3:48
The programming languages of WordPress – PHP

6,064 views

1 year ago

Ninja Fun Fact
What are the best #php #programming tips? boost your #php #programming skills with these expert

What are the best PHP programming tips? Write clean and readable code to enhance maintainability. Use frameworks like ...

0:17
What are the best #php #programming tips? boost your #php #programming skills with these expert

17 views

1 year ago

Turbo Learn PHP
How can Xdebug profile #php apps? Profiling #php Apps with Xdebug - Surprising Trick!

How can Xdebug profile PHP apps? Xdebug profiling can show detailed data on code execution. It tracks function calls, ...

0:41
How can Xdebug profile #php apps? Profiling #php Apps with Xdebug - Surprising Trick!

325 views

1 year ago

Turbo Learn PHP
Why choose trait over interface in PHP? Trait vs Interface in #php – Which One Should You Use?

Why choose trait over interface in PHP? ⛔ A trait allows you to reuse code across classes without needing inheritance.

0:20
Why choose trait over interface in PHP? Trait vs Interface in #php – Which One Should You Use?

514 views

1 year ago

Turbo Learn PHP
Why avoid phpinfo in production? phpinfo vs ini_get: #hidden #php Config Secrets!

Why avoid phpinfo in production? phpinfo displays sensitive server information publicly. ini_get only retrieves specific ...

0:32
Why avoid phpinfo in production? phpinfo vs ini_get: #hidden #php Config Secrets!

445 views

1 year ago

Turbo Learn PHP
Why does #php use $ as variable prefix? Why #php Uses $ for Variables – You Wont Believe This!

Why does PHP use $ as variable prefix? The dollar sign `$` tells PHP that what follows is a variable. But this was not just for ...

0:20
Why does #php use $ as variable prefix? Why #php Uses $ for Variables – You Wont Believe This!

495 views

11 months ago

Turbo Learn PHP
Why use traits in php? cracking #php using traits to solve code duplication!

Why use traits in PHP? Traits help to avoid code duplication. They allow you to reuse methods across different classes.

0:34
Why use traits in php? cracking #php using traits to solve code duplication!

71 views

1 year ago

Turbo Learn PHP
Why should you embrace #yii2 #coding standards? maximize #php efficiency master #yii2 #coding

Why Should You Embrace Yii2 Coding Standards? Yii2 coding standards ensure uniformity and clarity in your codebase.

0:33
Why should you embrace #yii2 #coding standards? maximize #php efficiency master #yii2 #coding

37 views

1 year ago

Turbo Learn PHP
Why is using require sometimes better than include in PHP? #php include vs require – Whats the Real

Why is using require sometimes better than include in PHP? Require ensures that the file is included, otherwise, the script will ...

0:14
Why is using require sometimes better than include in PHP? #php include vs require – Whats the Real

109 views

1 year ago

Turbo Learn PHP
What happens if include fails in PHP? include vs require in #php – Which One to Choose?

What happens if include fails in PHP? include will generate a warning but continue the script execution. require will generate ...

0:22
What happens if include fails in PHP? include vs require in #php – Which One to Choose?

43 views

1 year ago

Turbo Learn PHP
How can you implement recursion in #php efficiently? Master Recursion in #php Like a Pro!

How can you implement recursion in PHP efficiently? ✨ Use recursion for problems that can be broken down into smaller, similar ...

0:20
How can you implement recursion in #php efficiently? Master Recursion in #php Like a Pro!

117 views

1 year ago

Turbo Learn PHP
What is the #purpose of the #php ini_set function? Unlock PHPs ini_set A #hidden Gem!

What is the purpose of the PHP ini_set function? The ini_set function changes PHP settings while the script runs. BUT not all ...

0:18
What is the #purpose of the #php ini_set function? Unlock PHPs ini_set A #hidden Gem!

34 views

11 months ago

ojamboshop
PHP MVC CRUD App with MariaDB in 60 Seconds

In this short, we demonstrate how to build a simple PHP MVC app using PDO for secure database access with MariaDB.

1:14
PHP MVC CRUD App with MariaDB in 60 Seconds

131 views

4 months ago

Turbo Learn PHP
Whats the #secret to #opcache optimization? boost your #php #performance instantly with #opcache

Whats the Secret to OpCache Optimization? OpCache stores precompiled PHP bytecode to speed up script execution.

0:21
Whats the #secret to #opcache optimization? boost your #php #performance instantly with #opcache

126 views

1 year ago

Turbo Learn PHP
Which #functions can help with date manipulation? Master Date Manipulation in #php Easily!

Which functions can help with date manipulation? PHP provides several built-in functions for date manipulation.

0:26
Which #functions can help with date manipulation? Master Date Manipulation in #php Easily!

203 views

1 year ago

Turbo Learn PHP
When should you use output buffering with ob_start()? Unlock #php #secrets with Output Buffering!

When should you use output buffering with ob_start()? Use output buffering when you need to control what gets sent to the ...

0:30
When should you use output buffering with ob_start()? Unlock #php #secrets with Output Buffering!

126 views

1 year ago

Turbo Learn PHP
Who maintains the #php official documentation? Who Keeps #php Documentation Fresh?

... ensuring that developers have access to the best practices and guidelines for PHP programming. Learn how you can contribute ...

0:33
Who maintains the #php official documentation? Who Keeps #php Documentation Fresh?

183 views

1 year ago

Turbo Learn PHP
How can #php #generators enhance #programming efficiency? unlocking phps natural power #exploring

How can PHP generators enhance programming efficiency? PHP generators enable you to iterate over large datasets without ...

0:24
How can #php #generators enhance #programming efficiency? unlocking phps natural power #exploring

21 views

1 year ago