Creating an MVC from Scratch with PHP - Part 1
Uploader Comments (ScoobyDooobyD00)
All Comments (16)
-
i have been trying to do this for so long! i did not want to learn rails so i wanted to do it in php!
-
baylor man.....your tutorials are like totally gnarly dude . I was like ...WHOAHH. Keeping rocking .
-
I loved this tutorial because it shows how much you've grown as a programmer since you coded the CMS series. I was looking for ideas on how to design my CMS's interface when I found your video. I disagreed with some of the practices you were using when I saw that you had a MVC tutorial (which picked my curiousity). I ended up learning quite a bit and will be using some of your design ideas, so thanks a lot :)
-
@ScoobyDooobyD00 Some believe that the singleton pattern is the root of all evil. I don't follow their cult but I can see how the pattern can be abused.
-
hey man, thanks for the video, im learning alot about mvc. even though ive been programming a little while now.
-
will you ever do the part 3 of "how to make a game in php" ? :(
-
@ScoobyDooobyD00 Don't get me wrong I understand why you used the class and I still thing it's a great tutorial about MVC. The design principle I was referring to is not to declare all methods as static because of security issues but this isn't your fault.
-
Hey Baylor great tutorial but I have a question. Will an MVC framework work without the htaccess file?
Keep making tuts, you're helping a lot of us ;)
Grate tutorial but I'm pretty sure that the sammy class is a Singleton pattern and it's not well implemented and goes against the many design principles but correct me if I'm wrong.
NexusShodow 9 months ago
@NexusShodow You're right, Sammy does follow the singleton pattern, but I'm not sure which design principles you are referring to. I chose Sammy because it has an alternative to PATH_INFO which means it will run on most shared servers. In addition, it allows the same URL to handle get and post methods.
ScoobyDooobyD00 9 months ago