Wuhtzu Posted November 23, 2007 Share Posted November 23, 2007 Hey I would like to start using / learn to use the MVC design pattern and have already worked a little with CakePHP. The MVC concept really appeals to me but I keep thinking it is overkill to use large frameworks like CakePHP, Symphony, ZEND ect. because I would only use a very small percentage of what they have to offer... They come with all sorts of things I don't need and don't know about. So I would like to build a very simple framework my self which only does the very basics: Analyse the request, call the appropriate model, controller and view. This is all the "useful" reading I have found so far: http://www.phpit.net/article/simple-mvc-php5/ http://www.onlamp.com/pub/a/php/2005/09/15/mvc_intro.html Have you stumbled upon any reading (guides, articles, tutorials, books ect.) which goes into the basic concepts of MVC frameworks and "how to build one"? Best regards Wuhtzu Quote Link to comment https://forums.phpfreaks.com/topic/78583-build-a-simple-mvc-looking-for-reading/ Share on other sites More sharing options...
Wuhtzu Posted November 24, 2007 Author Share Posted November 24, 2007 Anyone? Quote Link to comment https://forums.phpfreaks.com/topic/78583-build-a-simple-mvc-looking-for-reading/#findComment-398095 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.