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.
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.
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?..
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!
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
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.
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?
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.
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?
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.
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.
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
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.
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.
You've taught me so much, thank you!
you are a great teacher I wish all of teachers were like you
You are doing a great job.
Keep it up. Thanks.
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?..
Eldest brother of the Peaky gang, Daniel Shelby 💣😂
Thank you men👍
Why you didn't add it to your OOP PHP Tutorial Playlist?
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!
You're doing a great job on explaining!
Big thank from syria Bro
you are doing great
thank you
حاسس سوريا طلعت عالتلفزيون بسبب الكومنت تبعك 😂😂😂
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
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.
Looking like Thomas Shelby. Great tutorial though.😃
Soooo close to 200k Subs! :D
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!
please make a video on how to store multiple data with implode or something
Thank you so much !
tysm
Great Thank you!
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?
It is because we created the class by assigning it to a variable. 🙂 So the ; at the end is to close the variable.
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.
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
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?
Are you still using the Brio?
No I am using my phone :)
mmtuts why the switch?
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.
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.
@@Dani_Krossing Thank you for the answer, your videos are amazing !!
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
bro what does this error mean ? mysqli_connect(): (HY000/2002)?
What program is this?
Atom atom.io/
I need help
So manny types of classes! Ridiculous programming language.