in reply to Re: Re: Re: Re: Re: pulling content from db - is it a good idea?
in thread pulling content from db - is it a good idea?

You can use TT a lot like H::T just by ignoring the advanced features, like blocks, wrappers, methods...
<TMPL_IF foo> <TMPL_LOOP bar> <TMPL_VAR baz ESCAPE="HTML"> </TMPL_LOOP> </TMPL_IF> [% IF foo %] [% FOREACH bar %] [% baz | html %] [% END %] [% END %]
  • Comment on Re: Re: Re: Re: Re: Re: pulling content from db - is it a good idea?
  • Download Code