PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_IT » Bug #10120

I need add comment feathre

Details

Request #10120I need add comment feathre
Submitted2007-02-19 04:24 UTC
Fromyuw at php dot net
Assigneddsp
StatusBogus
PackageHTML_Template_IT
PHP Version4.4.4
OSLinux
Roadmaps(Not assigned)

Comments

[2007-02-19 04:24 UTC] yuw at php dot net

Description:
------------
Hi.
I suggest that "add comment on template" feature.

Test script:
---------------
on template string/file,

<html>
{__COMMENT: comment!comment!}
<!-- {__COMMENT: comment!comment!} -->
<!-- normal html comment -->
data is {DATA}
</html>

Expected result:
----------------
<html>
<!-- normal html comment -->
data is 12345...
</html>

[2007-02-19 13:46 UTC] dsp at php dot net

Sorry, but HTML_Template_IT is considered as feature complete, thus we don't want to add new features, breaking the lightwight codebase. It's not considered as a important and often requested new feature. Thank you very much for the idea.