Home » HTML » HTML_Template_IT » Bug #10120
I need add comment feathre
Details
| Request #10120 | I need add comment feathre |
|---|---|
| Submitted | 2007-02-19 04:24 UTC |
| From | yuw at php dot net |
| Assigned | dsp |
| Status | Bogus |
| Package | HTML_Template_IT |
| PHP Version | 4.4.4 |
| OS | Linux |
| 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.