dillion.dewitt Posted May 28, 2011 Share Posted May 28, 2011 Well, I'm currently planning to create a sort of portfolio if you will. However, I'm wondering whether I should use procedure-style coding ( If thats correct, I'm not certain ), or modular. The reason I'm asking is because along with this project, I'm planning on creating a mini CMS. It's not going to be complex, but it will make my life easier. Basically the sites going to have announcements, portfolio of my work, comments on my work, well basically a portfolio. So to develop the mini CMS type deal, procedural or modular? Thanks in advance for your help :) Quote Link to comment Share on other sites More sharing options...
Karlos94 Posted May 28, 2011 Share Posted May 28, 2011 I guess you mean OOP vs. Procedural. Making a CMS, I would personally use OOP with HMVC. Quote Link to comment Share on other sites More sharing options...
Djkanna Posted May 28, 2011 Share Posted May 28, 2011 Which ever you feel comfortable with. For a CMS I believe OOP will have an advantage, combined with an MVC pattern, however for a small, lightweight CMS procedural will do fine. Quote Link to comment 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.