- Joined
- Apr 26, 2005
- Posts
- 7,410
- Reaction score
- 148
How do you build a site-wide template with PHP? If for example you have a 1,000 page site, and you alter one of your structural divs, how can you have designed the site so that it's simple to do this just by amending a main template.
At the moment I'm just using PHP includes, but that is not good enough. I need to take it a step further. I've been looking at PHP Object Orientation but I'm still not sure how to fundamentally design the site.
Thanks
At the moment I'm just using PHP includes, but that is not good enough. I need to take it a step further. I've been looking at PHP Object Orientation but I'm still not sure how to fundamentally design the site.
Thanks