php templating with codeigniter
Posted
by
JaPerk14
on Programmers
See other posts from Programmers
or by JaPerk14
Published on 2013-05-19T03:34:46Z
Indexed on
2013/06/28
4:28 UTC
Read the original article
Hit count: 311
I am currently develop a website application in codeigniter, and I'd like to do something in PHP / CodeIgniter where I can make a common template for separate sections of the website. I was thinking that I would keep the header / footer in a separate php files & include them separately.
The thing I'm not sure about is the content beneath the header and above the footer. This website application will contain a lot of different pages, so I'm having a hard time figuring how what's the best way to do this.
© Programmers or respective owner