Catalyst
Maintainable web apps made easy!
#39
Getting at views
$c->forward($c->view('Name')) # MyApp::View::Name
sub end :ActionClass('RenderView')
$c->config(default_view => 'Name'); # MyApp::View::Name
< < Previous
|
Index
|
Next >>
Copyright © 2007 Jonathan Rockway