On 8/6/07, Aditya Verma <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to catalyst.
> I have developed an application using Catalyst.
>
> I need all my controllers to execute at startup and register there method
> URLs.
> I am not getting how to execute controller at startup.

I wonder what you mean by "register their method URLs", since the
Catalyst dispatcher already does that.

Anyway, startup logic for any Catalyst component can be run by
overriding the COMPONENT method. Just make sure it returns the
component instance.

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to