For a large website developed in PHP, is it necessary to have a framework?

Posted by Martin on Programmers See other posts from Programmers or by Martin
Published on 2011-04-02T14:46:14Z Indexed on 2014/08/19 16:30 UTC
Read the original article Hit count: 219

Filed under:
|
|

I am wondering if it is necessary to have a framework or if it is a must-have if I plan to make a large website. Large website could mean a lot of things: in other words, multiple dynamic web pages (40-50 dynamic pages, mysql content) and a lot of visitors (+- a million hits per month). The site will be hosted in a dedicated server environment.

I know that it could simplify coding for a developer team, that it includes libraries and a lot of advantages. But I just feel that I don't need that. I think that learning how it works, managing it and installing it would take more time and I could use that time to code.

I write PHP the simplest way I could (with performance in mind) and I try to reuse my code/functions/classes most of the time and I make sure that if another developer joins the team, that he won't be lost in the code.

I am also planning to use MemCached or another Cache for PHP.

As I said, the site will be hosted in a dedicated server environment but will be entirely managed by the hosting company. I am pretty sure the control panel for me to control the basic stuff will be Cpanel.

For a developer like me that only knows PHP, Javascript, HTML, CSS, MYSQL and really basic server management, I feel that it seems to complicated to have a framework. Am I wrong? Is it worth the time to learn all about it?

Thank you for your opinions and suggestions.

© Programmers or respective owner

Related posts about php

Related posts about mysql