开发者

Suggest a project so that I can learn the Model - View - Controller [closed]

开发者 https://www.devze.com 2023-03-09 09:37 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

开发者_如何转开发 Improve this question

i am new to the web and i understand that MVC is very important to web development. I'd like to do a project that could help me understand the MVC.

Plus, I also can't clearly understand what it is actually. i mean i can't find any good lesson or article that describes to the n00b. so if you guys could help me in that matter too that would be most appreciated.

Thanks in advance.


Start with CodeIgniter. It is a great MVC framework written in PHP. While you build a site in it, you can look at the code and learn how it works.

But remember, as with each design pattern, using it should not be a goal per se. Using a design pattern can help you find and build good generic solutions, but you shouldn't feel too bad if it doesn't work out exactly as you'd like. You'll learn and do better (or differently) next time and you're always free to skip or alter the pattern. It's just a tool.

0

精彩评论

暂无评论...
验证码 换一张
取 消