Object Oriented Programming Tutorial PHP Class File Creation Learn OOP

preview_player
Показать описание
Learn Object Oriented Programming (OOP) in PHP. OOP is used to tap into class files that house your software logic in an organized, extensible, dynamic, reusable framework of sorts. You can use class files to create very robust custom frameworks in PHP. JavaScript and ActionScript 3.0 have similar flow to PHP so it also is easy to make external reusable modules for those languages as well. I also threw in a PHP bad word filter function, so you get a bit of string manipulation logic and array handling thrown in for free.
Рекомендации по теме
Комментарии
Автор

Can't wait for another part of POOP tutorial. It is really amazing that there are people as skilled as you sharing all this knowledge for nothing but the good word of appreciation. Love your tutorials.

TP
Автор

This is the clearest tutorial I have ever watched on OOP. Please give us more OOP tutorials.Thanks Adam.

trommelbiel
Автор

I'm only 5 mins. into your video but I can already tell that this is the video I should have viewed first and foremost when learning OOP in PHP.  The biggest thing that makes it so much easier to understand is that you give a real life example. Something that we actually can see: "Hey that's how OOP can save me time."  EVERYWHERE else goes over a Person Class or a Dog class or something else.  Why would we ever write a Dog class to make a dog bark it just makes it so hard to understand.

The other thing I like is you actually name your variables something that makes sense.  There are literally tutorials out there that will name their variables $something and $somehtingElse what better way to keep a viewer confused than by giving them more to remember by using a cryptic variable.

Thanks so much for uploading this, it was done very very well.

JleStudios
Автор

I echo the comments of Gevorg ... brilliant ... please do more ... many many more ... simple straightforward .. a wonderful example of truly excellent teaching!

eamonnkillian
Автор

Hey Adam! OOPs has started making sense after watching your video, you made it so simple for me. I should have seen this video before. you are pretty good at making it simple. I would love to watch more videos of OOPs or rather POOPs to be able to really use in a big way. Thanks, God Bless You!

pawanmehra
Автор

Thanx Adam! Been putting off OOP for a while now, but seeing the video helps a lot!! You explain everything in a easy manner!!! Yes, some more POOP would be GOOD!

RoyButterton
Автор

the best tutorial I have seen about
Object Oriented Programming

gevorgmartirosyan
Автор

Good stuff Adam! I like the way you lay everything out in steps everything flows very smooth. This is about the video I watched in a row. They are all pretty good. Thanks.

TJSerbick
Автор

Why did you do
$clean_str = ($curseFilter -> clean($string));

While you could also simply do this:
$clean_str = $curseFilter->clean($string);

logs
Автор

Perfect way to get the OOP concepts, love how you explain it lol

MichaelPierredotcom
Автор

Extremely useful and nice small videos. Hats off to you.Please produce more short tutorials like this to explain other parts of PHP as well. Thanks.

RiyazShihabdeen
Автор

Doesn't the include_once operator include the function without having it inside a class? Correct me if i'm wrong, but the Class object seems a bit redundant.

I just tested the function without the Class definition and it worked, could someone give another example of POOP? lol

teknostatik
Автор

Genius! That is what you are ...You made it so simple for me to understand. it is touchdown to I have beeen Looking everywhere to learn this.

ultimateguidevalorant
Автор

Good tutorial, thank you. But why do we need to put the function in a class? can't we just write the function on it's own and send the variable to it?

earsD
Автор

Great tutorial Adam! I want to see some more POOP tutorials in the future.

PeterEntwistleTV
Автор

Got to love the POOP! But there's really so much more to POOP...so keep the POOP tuts comin, thx!

ITWorksSoftware
Автор

Hi Adam, i want to thank you for your excellent tutorials, i really learnt a lot from you, i still beginner .


hananfayad
Автор

In this way can be made and automatically links ... You are the biggest Adam

NikolayMollovSeeinvesting
Автор

This really helped me mesh my understanding of objects in php and how they are used.

DefconUnicorn
Автор

Great tutorial. Please provide more tutorials on this subject. Very helpful

t-m