im from Pakistan . i learned procedural php from an institute here and landed on this playlist to learn the object oriented PHP. i just wanted to tell you that in my 16 years of education career. i have never seen a better teacher than you brother. i have 3 videos to go. already sunscribed you. will look forward to more of of your tutorials. This stuff that your teaching for free is charged very heavy in my country. Thanks alot.
@nikolav63505 жыл бұрын
Hey can you make videos about design patterns in PHP that we need to know, i have already tried to learn but your explanations are so great to follow and learn better.
@voidcacti5 жыл бұрын
You've taught me so much, thank you!
@abdoemad49973 жыл бұрын
you are a great teacher I wish all of teachers were like you
@AvaneeshKumarSingh5 жыл бұрын
You are doing a great job. Keep it up. Thanks.
@patrik51233 жыл бұрын
I'd like to know a real-example of when "taking up too much memory" would be a bad thing and an anonymous class would be a better choice. I'm struggling to see the use tbh because servers aren't usually lacking RAM these days. And besides, how many k could a class really take up?..
@umslopogaas4 жыл бұрын
Eldest brother of the Peaky gang, Daniel Shelby 💣😂
@SumitPMakwana5 жыл бұрын
Why you didn't add it to your OOP PHP Tutorial Playlist?
@TherealEmemay2 жыл бұрын
Thank you men👍
@user-bi7nq4nj7q3 жыл бұрын
Thank you for these amazing lessons, I like your positive and upbeat demeanor. I have a question: Even though the example in your lesson works, When I look into the output on the BuyProduct.class.php, it says it cannot find the Visa class. normally, it would require some sort of inclusion of the paymenttypes.abstract.php for it to gain access to those methods from inside the BuyProduct.class.php. does the includes_once assigned in the index.php bridge that gap itself by extension? can you explain how the index.php works in this case? Thank you in advance!
@ProgrammingwithPeter5 жыл бұрын
You're doing a great job on explaining!
@nac98805 жыл бұрын
Lol I thought this was an old video. Can you do a design pattern playlist? I am trying to understand solid, phptherightway and these patterns like activerecord, repository, DAO etc but it is tough to understand yet
@eadoard4 жыл бұрын
Big thank from syria Bro you are doing great thank you
@mr.x6679 ай бұрын
حاسس سوريا طلعت عالتلفزيون بسبب الكومنت تبعك 😂😂😂
@TahirBhai3 жыл бұрын
I think anonymous class can be relate to Singleton design pattern, I can see in anonymous class you can only create a single object and in singleton its the same.
@kaifahmad41312 жыл бұрын
Looking like Thomas Shelby. Great tutorial though.😃
@bitmammothOG5 жыл бұрын
Soooo close to 200k Subs! :D
@aaronpaulsisracon30985 жыл бұрын
Coz im having a hard time doing it. I watched a lot of your yt tutorials. I hope u can make one abt my concern. Thank you!
@dantewins5 жыл бұрын
please make a video on how to store multiple data with implode or something
@mdsafikulislam91135 жыл бұрын
Thank you so much !
@perianka4 жыл бұрын
tysm
@ademineshat5 жыл бұрын
Great Thank you!
@pcprodoc Жыл бұрын
I have a quick question and I did not hear the reason the short video here. In the video on line 15 there is a }; and this is very unusual to see with all the coding and videos I have watched with you. Is this how abstract class sections are closed like a standard PHP line would. Like echo "Hello World!"; I found this intreging and with no explication as to why this is. I was left standing beside myself. So is this a typeo or is this required with Abstract Class?
@Dani_Krossing Жыл бұрын
It is because we created the class by assigning it to a variable. 🙂 So the ; at the end is to close the variable.
@MrDflego4 жыл бұрын
I'm finding that the second word in the name extension needs to match the name of the folder it's in exactly otherwise I get an error, I'm using Visual Studio Code.
@DNRAdventures Жыл бұрын
When I try to use an anonymous class I get an error of “unexpected class (T_CLASS)” in the IDE and the webpage just shows a 500 error
@DNRAdventures Жыл бұрын
I found if I add that semicolon after the last } in the anonymous class, the webpage works, but the IDE still shows an error - that is strange that that semicolon is needed ??? You don’t normally need a semicolon there for a normal class - why is that needed?
@TristanPope5 жыл бұрын
Are you still using the Brio?
@Dani_Krossing5 жыл бұрын
No I am using my phone :)
@TristanPope5 жыл бұрын
mmtuts why the switch?
@nikolav63505 жыл бұрын
I don get when in real life we would use it, why don't we just create a function that we need if we want to use it once if we don't want to create class and store in memory.
@Dani_Krossing5 жыл бұрын
If you just need one function then sure, use a function. However if you need to perform multiple methods and store multiple properties, then an anonymous class gives you more structure and takes up less memory. In my lesson example I did only have a single method in my class, but that was just an example.
@nikolav63505 жыл бұрын
@@Dani_Krossing Thank you for the answer, your videos are amazing !!
@adonishomefitness5 жыл бұрын
I need help im trying to find out how to add google adsense onto my website but all the videos i watch are for wordpress i dont use wordpress only html,css and javascript
@lemarhenry77785 жыл бұрын
bro what does this error mean ? mysqli_connect(): (HY000/2002)?
@moritzluckner94915 жыл бұрын
What program is this?
@rcaldeirasilva4 жыл бұрын
Atom atom.io/
@adonishomefitness5 жыл бұрын
I need help
@edgar-mmxxiii3 жыл бұрын
So manny types of classes! Ridiculous programming language.