[Wiki] changed: PopulatingYourFirstModule
Chuck Hagenbuch <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
chuck Mon, 23 Feb 2009 23:23:22 -0500 Modified page: http://wiki.horde.org/PopulatingYourFirstModule New Revision: 1.11 Change log: warning about not using horde_template @@ -104,8 +104,10 @@ If a submenu on the content page ist needed (like in turba), it can be generated via <div class="control nowrap"> ..menu..</div> +++ Templates + +**WARNING: The Horde_Template package is no longer supported. You should use Horde_View instead.** To move your businesslogic-variabes to a html-layout, the Horde_Templates-Package is usefull. You can include templates with code tags, and Horde will replace these tags with your variable content, if the tags and the variables are associated via template->setVariable(...);. For further information read about this package use wiki.horde.org : /Doc/Dev/TemplatePackage -- To unsubscribe, mail: [email protected]