summaryrefslogtreecommitdiff
path: root/www/whisker
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-07-15 09:15:42 +0000
committerabs <abs@pkgsrc.org>2008-07-15 09:15:42 +0000
commit3574577ad754eecf2cf5b196690e503be708b2a7 (patch)
treec9bab4119659435643a6ab4a7a4e82e2bf9aa3f2 /www/whisker
parenta8beca1d00dd4f1f6ff815a9c8e99eb5506e9b75 (diff)
downloadpkgsrc-3574577ad754eecf2cf5b196690e503be708b2a7.tar.gz
Added www/p5-Catalyst-Component-ACCEPT_CONTEXT version 0.05
Models and Views don't usually have access to the request object, since they probably don't really need it. Sometimes, however, having the request context available outside of Controllers makes your application cleaner. If that's the case, just use this module as a base class: package MyApp::Model::Foobar; use base qw|Catalyst::Component::ACCEPT_CONTEXT Catalyst::Model|; Then, you'll be able to get the current request object from within your model: sub do_something { my $self = shift; print "The current URL is ". $self->context->req->uri->as_string; }
Diffstat (limited to 'www/whisker')
0 files changed, 0 insertions, 0 deletions