When is a PHP project too small for a framework?

Posted by Jonathan Nicol on Stack Overflow See other posts from Stack Overflow or by Jonathan Nicol
Published on 2010-04-13T01:27:36Z Indexed on 2010/04/13 1:33 UTC
Read the original article Hit count: 418

I'm about to start on a small, static website project: no database or CMS required. Basically, a brochure website.

I used the CodeIgniter framework recently to develop a full-blown web application, and I'm wondering if it appropriate to also use CI for smaller, simpler sites.

Typically for a static brochure site I would write regular PHP pages with a few includes thrown in to save on repetition (i.e. HTML with a sprinking of PHP), but this time around I'm wondering if my new friend CodeIgniter might be able to streamline the development process.

Is it sensible to consider a framework for such a simple project, or is it overkill? I'm worried that I might be the proverbial carpenter whose only tool is a hammer, and sees every problem as a nail!

© Stack Overflow or respective owner

Related posts about php

Related posts about framework