[cvs] [Wiki] changed: PopulatingYourFirstModule
Chuck Hagenbuch
chuck at horde.org
Tue Feb 24 04:23:22 UTC 2009
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
More information about the cvs
mailing list