Michael Reece wrote:
> 
> be wary of putting your base controller class in the MyApp/Controller/
> directory, because catalyst will load it as a controller itself.  which
> sucks if you want to put default inheritable actions in your base
> class.

Why does it suck especially then?

> i use MyApp/Controller.pm for the base class to avoid this
> problem, since catalyst still, as far as i can tell, has no way to let
> you specify which controller classes to load or not load.

Personally I use App/Base/Controller/Foo.pm, App/Base/Schema/Foo.pm,
etc. Matt uses App/ControllerBase/Foo.pm IIRC.

-- 
# Robert 'phaylon' Sedlacek
# Perl 5/Catalyst Developer in Hamburg, Germany
{ EMail => ' [EMAIL PROTECTED] ', Web => ' http://474.at ' }

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to