silvioprog c9fd6b1cef Plugins/JTemplate: Added published values to fields. (patch from @Al-Muhandis) 7 yıl önce
..
demo 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 7 yıl önce
pkg 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 7 yıl önce
src c9fd6b1cef Plugins/JTemplate: Added published values to fields. (patch from @Al-Muhandis) 7 yıl önce
AUTHORS 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 7 yıl önce
LICENSE 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 7 yıl önce
README.md 664b737f6e Merged from https://github.com/silvioprog/brookframework/releases/tag/v4.0.0 7 yıl önce

README.md

JTemplate plugin

This plugin helps you to fill variables in a template file. It was originally designed to fill custom tags in HTML file. However, it can be used in any context since it does not depend on HTML handling routines. In other words, if you have a model of a letter and wold like to fill sender and address; if ou have a report and would replace a tag by a query in database; in short, if you desire to fill variables in a file marked with tags, JTemplate is the ideal feature for you.