PHP For Beginners, Ep 13 - Partials

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

you look at basic php server side rendering sometimes and you're like "god this is so much cleaner than all those JS frameworks"

SXsoft
Автор

A video about your phpstorm setup would be great ❤️

raziuldev
Автор

Wow, that is a great explanation of controllers. by making it one page and then later tackling separation of concerns, it helped me alot

jeremystone
Автор

You are the best teacher. Thanks for lessons, I will follow you :)👑❤

mehmetaydar_QXyGeN
Автор

BROOO thankyou so much, this really helped and the tutorial was really easy to use as well :)

yogafaisal
Автор

wow, seeing u after a long time, hope ur doing well 🙂

hardevine
Автор

Hi sir hope you are doing well.

Create a video on custom routing in PHP how to create a routing in php

hilalahmad
Автор

it would be better if you uploaded this to the repo, so i dont have to manually write everything from the screen.
nevertheless guide is pretty good.

ade
Автор

Can you tell what theme you are using?

janupasilva
Автор

laravel cors does not return cors header how to expose these header in response ?

TariqSajid
Автор

Have you always coded with Mac os?, How is it?

mexslacker
Автор

Its safe to use this function?

function view($view)
{
require './view/$view';
}

the way im using this

$view = $_GET["view"];
view($view);

LeaugueOfLegendFiction