MySQL_Narb Posted February 17, 2013 Share Posted February 17, 2013 (edited) I have a new project that will replicate an existing forum software that is very unique; I've done it before, but I want to do it again with better designed code. I've been looking into using the MVC pattern, and would like to make sure I'm on the right track. I've read several online articles about MVCs and checked out some examples, so I want to make sure I properly understand it. So basically, could anyone take a quick look and tell me if I have the right idea? Thanks! http://www.mediafire...yk22l1n136bvjfq (or download attachment) MVC Base.zip Edited February 17, 2013 by MySQL_Narb Quote Link to comment https://forums.phpfreaks.com/topic/274605-first-attempt-at-designing-an-mvc-for-my-new-project/ Share on other sites More sharing options...
AyKay47 Posted February 17, 2013 Share Posted February 17, 2013 Please post the code onto this thread. Quote Link to comment https://forums.phpfreaks.com/topic/274605-first-attempt-at-designing-an-mvc-for-my-new-project/#findComment-1413019 Share on other sites More sharing options...
MySQL_Narb Posted February 18, 2013 Author Share Posted February 18, 2013 (edited) Please post the code onto this thread. There's more than one file.... It's all in the attachment. Edited February 18, 2013 by MySQL_Narb Quote Link to comment https://forums.phpfreaks.com/topic/274605-first-attempt-at-designing-an-mvc-for-my-new-project/#findComment-1413027 Share on other sites More sharing options...
KevinM1 Posted February 18, 2013 Share Posted February 18, 2013 This forum is for website critique, not code review. Further, no one here tends to look at file attachments for a variety of reasons - security, not wanting to read through multiple files, etc. Your best bet to receive meaningful replies is to post specific questions/issues in our Application Design section with relevant code (within tags). Quote Link to comment https://forums.phpfreaks.com/topic/274605-first-attempt-at-designing-an-mvc-for-my-new-project/#findComment-1413032 Share on other sites More sharing options...
Jessica Posted February 18, 2013 Share Posted February 18, 2013 I moved it here from PHP coding help, that's my bad Kevin. Application design is a better place. Quote Link to comment https://forums.phpfreaks.com/topic/274605-first-attempt-at-designing-an-mvc-for-my-new-project/#findComment-1413034 Share on other sites More sharing options...
trq Posted February 18, 2013 Share Posted February 18, 2013 It is a VERY basic MVC that doesn't really follow any decent coding practices, but yeah... what was the question? Quote Link to comment https://forums.phpfreaks.com/topic/274605-first-attempt-at-designing-an-mvc-for-my-new-project/#findComment-1413050 Share on other sites More sharing options...
KevinM1 Posted February 18, 2013 Share Posted February 18, 2013 I moved it here from PHP coding help, that's my bad Kevin. Quote Link to comment https://forums.phpfreaks.com/topic/274605-first-attempt-at-designing-an-mvc-for-my-new-project/#findComment-1413066 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.