diff options
author | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 02:15:23 +0000 |
commit | 915c5245c3b3e44827ba7cd24d7c765c57a1dd02 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/php-FastTemplate/DESCR | |
parent | 0b6b506536c1ff50f1531d26be2fccfe86c74335 (diff) | |
download | pkgsrc-915c5245c3b3e44827ba7cd24d7c765c57a1dd02.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/php-FastTemplate/DESCR')
-rw-r--r-- | www/php-FastTemplate/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/php-FastTemplate/DESCR b/www/php-FastTemplate/DESCR new file mode 100644 index 00000000000..6d7a1448729 --- /dev/null +++ b/www/php-FastTemplate/DESCR @@ -0,0 +1,9 @@ +FastTemplate is a port of the Perl CGI::FastTemplate module to PHP, which +is a very fast implementation of templates using simple variable +interpolation. + +Templates are very useful for CGI programming, because adding HTML to your +PHP code clutters your code and forces you to do any HTML modifications. +By putting all of your HTML in seperate template files, you can let a +graphic or interface designer change the look of your application without +having to bug you, or let them muck around in your PHP code. |