PHP - Classes and Objects (Framework pt1) Part 2

preview_player
Показать описание
This tutorial provides the starting point for the framework which you will be making. This framework will assist you in the future to reduce the amount of code which you write and naturally save time. Here is 1h 06 mins of class based programming, theres lots more to come on this. pt1 is just the beginning. Enjoy. A link will be posted at the end once completed. If you want a copy of it then subscribe to the channel and I will email it to you.
Рекомендации по теме
Комментарии
Автор

Love your tutorials all the other youtube guys are either 10 or hard to understand. 

Appreciate you doing all these.

timothywells
Автор

Hello you said we should take a walk to find out where the error is, I took a day walk to find what was my CRAZY error, __constructor instead of __construct :). And I did that in my classes, some C# thing.

Thanks a lot, I learned in 2 days a great deal of PHP with 2 of your tutorials.

GREAT TUT!!

AKRDC
Автор

Thank you for $this!! Clearly explained and valuable information. Cheers!

billtaylor
Автор

Hey thornwebdesign! I really appreciate your effort your're putting in the tutorials.Even though I did not requested the tutorial, I do really appreciate this. I learned more from this then I do in college! Keep up the good work! :D
[Froom7]

Froom
Автор

Great Work! Keep up the good work and this is helping me alot for my quest of mastering OOP. Thanks!

JointMeUp
Автор

thanks a lot for posting .I hope you post more videos like this .

SIVAb
Автор

You should see it listed among the videos in the sidebar on the right. It's titled "PHP - Classes and Object Instantiation - Part 1". If it's not in the sidebar, just enter "PHP - Classes and Object Instantiation - Part 1" into the search box at the top of this page.

asmartbajan
Автор

Hi and thanks for second part of the tutorial. Is there any possible that You'll share somewhere code from Your tutorials?

MrLechu
Автор

I know I'm being my OCD-self but, it is called Pascal Case not Camel Case. Camel Case always starts with a lowercase letter. "classesAndObjects" "frameWorkPart2"

sethtaylor
Автор

Hey there, Mr. Thorn. Terrific videos. Thanks for taking the time to do them. I've been following along step by step, line by line, and I've got everything exactly the way you do, except at about the 50 minute mark, after I've declared the Confic class to connect to the DB, I get 3 errors stating that: Notice: Undefined property: Config::$Host, Notice: Undefined property: Config::$Username and Notice: Undefined property: Config::$Password. Any ideas why this might be happening?

romeleykin
Автор

Great videos and starting point for oop beginners. I have also the same problem with the code as Roman Leykin. Undefined property $Host and so on. Does anyone has a clue?

marcodenboef
Автор

cannot access values from config classes variables into logic method

stockanalogy
Автор

I didn't get what PHP editor you are using.

Nice job anyway.

marcelloperri
Автор

Hey, I am subscribed to your channel. I really like your tutorials. Can you email me the source files please?

toledoalbert
Автор

Thanks for the tutorial.
I'm getting this error message: Fatal error: Cannot redeclare class Config in on line 44

MyAkash
Автор

make sure to change method/variables (i.e. $Password, $Username, $Database, etc.) from "private" to "public" in your config.php... also, I had to change the filename to "conf.php" (for whatever reason "config.php" was giving me a problem).. goodluck!

pabrigo