diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-03 01:07:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-03 01:07:27 +0000 |
commit | 4434c0d0e910a78f619e5edf9854a7ad0b76fa7d (patch) | |
tree | 3941e8660da6ea3b04b1027910c5f22064885549 /devel/pear-HTML_Template_IT/pkg-descr | |
parent | 3177b7ec466c3e2a040f139350b44d04d09808f1 (diff) |
Notes
Diffstat (limited to 'devel/pear-HTML_Template_IT/pkg-descr')
-rw-r--r-- | devel/pear-HTML_Template_IT/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/pear-HTML_Template_IT/pkg-descr b/devel/pear-HTML_Template_IT/pkg-descr new file mode 100644 index 000000000000..5a15e20101c8 --- /dev/null +++ b/devel/pear-HTML_Template_IT/pkg-descr @@ -0,0 +1,21 @@ +HTML_Template_IT: +Simple template API. +The Isotemplate API is somewhat tricky for a beginner although it is the best +one you can build. template::parse() [phplib template = Isotemplate] requests +you to name a source and a target where the current block gets parsed into. +Source and target can be block names or even handler names. + +Features : + * Nested blocks + * Include external file + * Custom tags format (default {mytag}) + +HTML_Template_ITX : +With this class you get the full power of the phplib template class. +You may have one file with blocks in it but you have as well one main file +and multiple files one for each block. This is quite usefull when you have +user configurable websites. Using blocks not in the main template allows +you to modify some parts of your layout easily. + + +WWW: http://pear.php.net/package-info.php?package=HTML_Template_IT |