the way to make templates?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

the way to make templates?

Post by qads »

i uselly use text files by makeing a layout put all the scripts/images that it needs or i want to put in and then cutting it in to files like:

top.inc.php

conent


bottem.inc.php


is there any other or easier to do this?


thanks
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

There are many ways of doing it, a few are discussed in this thread which one is easiest/best depends on you and your application.
Post Reply