Include Documents, Good Idea?
Posted: Fri Jul 25, 2008 1:45 pm
I usually include documents in my code, such as header and footer etc. This makes it easier to make changes to these elements without having to go through all of the documents and change them individually. I was wondering if it's a good idea for me to just create loads of small documents in php and just link them all together with the include function thingy. This was, my code will look neater, and it'll be completely structured. Is this what a lot of the pros do?