hi all. i’m sure php templates have been talked about numerous times but i couldn’t quite find what i was looking for. i’m still sort of new to templating in php and have always done things using other cms systems. here is the lowdown:
-
need a variety of templates (i.e. team page, project page, etc). so, a bunch of php templates to pick and choose from in a “template” directory
-
no database
-
pretty urls (i.e. /blah/blah2/blah3/) - mod rewrites
-
want as clean as possible separation between php and html
-
some sort of caching would be helpful. i want this to be fast.
let me know if you have any questions or need me to clarify. appreciate anyone’s assistance in starting this!