[Catalyst] Refactoring Controllers

Steve steve at matsch.com
Mon Aug 1 18:20:01 GMT 2011


Thanks to all who responded :)
On 7/29/2011 4:40 PM, Eden Cardim wrote:
>>>>>> "Steve" == Steve<steve at matsch.com>  writes:
>      Steve>  Hi all,
>      Steve>  I have a question regarding controller refactoring, and whether subclassing
snip
> If the actions aren't private,...
They are not, but perhaps they *should* be.  Which is *likely* to be 
most maintainable long-term do you think?
>   you want to create a base controller to
> preserve the URI paths and keep them consistent across the several
> inheriting controllers. If not, move the methods into a model and use
> delegation.
>



More information about the Catalyst mailing list