[Catalyst] Catalyst vs. Rails on the wiki

Sebastian Riedel sri at oook.de
Sat Aug 20 06:39:36 CEST 2005


Am 20.08.2005 um 06:32 schrieb Sebastian Riedel:
> 1. Plain /controller/method/attr mapping
>
>     package MyApp::C::Foo;
>
>     sub bar : Local {
>         my ( $self, $c, @attrs ) = @_;
>     }
>
>     1;

Also forgot the "use base 'Catalyst::Base';" in the examples, guess i  
better sleep a bit...


--
sebastian




More information about the Catalyst mailing list