|
Revision 144, 382 bytes
(checked in by schst, 5 years ago)
|
added exmaples for setAttribute() and readTemplatesFromInput()
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<!-- $Id$ --> |
|---|
| 2 |
<patTemplate:tmpl name="template1"> |
|---|
| 3 |
patTemplate::readTemplatesFromInput() is the method that will be used |
|---|
| 4 |
in all of your applications that use patTemplate.<br /> |
|---|
| 5 |
It is needed to load the templates from file, string or any other |
|---|
| 6 |
input that you specified.<br /><br /> |
|---|
| 7 |
To read from custom sources like a database, you'll have to |
|---|
| 8 |
create a new reader. |
|---|
| 9 |
</patTemplate:tmpl> |
|---|
| 10 |
|
|---|