Running several instances of smarty.

[email protected] ("Tony K.") Wed, 31 May 2006 23:58:53 -0400
Newsgroups php.smarty.general
Message-ID <[email protected]>
I would like to run several subdomains using smarty.  Each subdomain
would be a separate instance of smarty.  Can I use the same folders
(i.e. template, template_c, cache, configs) for more than one instance
of Smarty?

/domain/template
/domain/template_c
/domain/cache
/domain/configs
/domain/subdomains/subdomain1
/domain/subdomains/subdomain2
...