Re: PHP & TPL files
- From: "Tezza" <spasmoid@xxxxxxxxx>
- Date: 30 Oct 2005 22:36:13 -0800
In this context, I suppose you could describe a template parser as a
program which "processes" or "interpertes" template files.
An example of a template is
<?php include "BusinessLogic.php"; ?>
<html><head><title><?php echo $title ?></title></head>
<body>
<h1><?php echo $title ?></h1>
<?php echo $content ?>
</body>
</html>
and php is the program that can interperate this template. Note, your
graphic designer can also load this template up in a product like
dreamweaver and work with the design.
Neat huh?
.
- References:
- PHP & TPL files
- From: Maximus
- Re: PHP & TPL files
- From: Juliette
- Re: PHP & TPL files
- From: Maximus
- Re: PHP & TPL files
- From: Juliette
- Re: PHP & TPL files
- From: Tezza
- PHP & TPL files
- Prev by Date: Re: Getting the filenames from a folder
- Next by Date: Re: how to read tar.gz files from php
- Previous by thread: Re: PHP & TPL files
- Next by thread: phpBB: cookie problem
- Index(es):