Thread: design tips?
View Single Post
Old 04-26-2009, 09:43 PM   #11 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Sam Granger View Post
Old school you might say - template files are easier to work with, but PHP in itself is a templating script. There's nothing wrong with your method, and it's the 'fastest'. But this just makes it a tad easier.
No, I'm tired of my method. I want something new to do..

Would you say this is how you are setup?



Path Info:

/www/ = main www directory that holds your calling pages
/www/images = images directory
/www/template = template files and php class files
--------------------
/www/template/header.html
/www/template/main_body.html
/www/template/footer.html


non-public folder
/whatever_directory/db.php = file to connect to DB
allworknoplay is offline  
Reply With Quote