[Catalyst] Catalyst::Controller::FormBuilder config problem
Michael Reece
mreece at vinq.com
Tue Jan 2 17:30:15 GMT 2007
On Jan 2, 2007, at 7:28 AM, Matt S Trout wrote:
>
> On 21 Dec 2006, at 18:05, 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. 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.
>
> Then you didn't read the docs on setup_components in Catalyst.pm
>
aha, it looks like Module::Pluggable was made more useful last april
or so. thanks for the pointer.
More information about the Catalyst
mailing list