I have written a somewhat large web application using Catalyst and found that I need to do some setup before the request/response-cycle starts in my direct subclass of Catalyst. The most important thing, is that I need to access the model.
I have found out that simply writing my $model = __PACKAGE__->new->model but it doesn't seem to be the right way around it, since this call seems to instantiate a complete context object with all bells and whistles. Is there any other way to do this?
In reply to Accessing catalyst app outside request/response cycle by mzedeler
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |