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 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.
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 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 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.
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!
RAGSTERGURR2122 1 month ago
baylor man.....your tutorials are like totally gnarly dude . I was like ...WHOAHH. Keeping rocking .
FFWDEntertainment 2 months ago
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 :)
sanch3x 2 months ago
hey man, thanks for the video, im learning alot about mvc. even though ive been programming a little while now.
rahj8786 3 months ago
will you ever do the part 3 of "how to make a game in php" ? :(
alinusD 4 months ago
@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.
NexusShodow 9 months ago
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
@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.
sanch3x 2 months ago
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 ;)
TheChrisnextel 9 months ago
hi, i am getting this error
[31-Mar-2011 16:21:34] PHP Parse error: syntax error, unexpected T_STATIC in
/public_html/mvc_demo/libraries/sammy.php on line 54
rajandass65 11 months ago
@rajandass65 Are you still having this problem?
HCodeEntertainment 10 months ago
@rajandass65 I have too T_STATIC on line 54 in sammy.php Anybody know how to complite exercise ?
daras3000 9 months ago
Thanks!
JragonLtd 11 months ago
YES! Thanks you, this is what I needed, I appreciate it.
murderedboy 11 months ago