[Catalyst] Where to put template files?

Kieren Diment diment at gmail.com
Wed Jun 7 23:02:56 CEST 2006


It's a good idea to change the subject of your mail, so that it doesn't get
burried if you're reading the digest.  I don't know the answer to your
question, but I'm reposting with a sensible subject for you instead

On 08/06/06, Dr. Jennifer Nussbaum <bg271828 at yahoo.com> wrote:
>
>
>
> You can do something like:
>
>
> SetHandler perl-script
> PerlResponseHandler MyApp
>
> Alias /myapp/static /path/to/myapp/root/static
>
> Order allow,deny
> Allow from all
>
> SetHandler default-handler
>
> Thank you!!!
>
> But one question--where do my templates go? Right now their under, lets
> say, /path/to/myapp/root/. And i dont want to change anything in MyApp.pmso i can
> keep running it with the builtin testing server.
>
> The docs for Catalyst::View::TT talk about adding locations for the
> template root but they dont really say what the default location is. (It
> shows about havng MyApp->config({root => MyApp->path_to('root')}) but right
> now i don't have that and things work fine with the test server.) Where
> should i put it all?
>
> Jen.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060608/f7530969/attachment-0001.htm 


More information about the Catalyst mailing list