Re: [SMARTY] Dynamic Template Inclusion from PHP Class
[email protected] (Ken Snyder) Wed, 06 Dec 2006 12:29:35 -0700
| Newsgroups | php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
Donald Organ wrote:
> Is there away to assign a template to a variable?
>
{include file="my_template" assign="assign_to_var"}
see http://smarty.php.net/manual/en/language.function.include.php
--Ken