My personal web site, running on my own machine, is mostly static HTML with a few PHP pages tossed in there. I'd like to move to using some sort of PHP-based framework that'll let me set variables, have templates for headers and footers, and so forth - but I don't need a database!
So what I'm looking for is MVC without the M, pretty much. Something a slight bit classier than remembering to put <?php include() ?> on each of my pages.
Anyone know of such a framework?
So what I'm looking for is MVC without the M, pretty much. Something a slight bit classier than remembering to put <?php include() ?> on each of my pages.
Anyone know of such a framework?
