[jifty-devel] Re: [Jifty-commit] r4567 - in jifty/trunk: lib

Jesse Vincent jesse at bestpractical.com
Thu Nov 29 12:03:33 EST 2007



> 
> Modified:
>    jifty/trunk/   (props changed)
>    jifty/trunk/lib/Jifty.pm
> 
> Log:
>  r45754 at onn:  sartak | 2007-11-29 12:01:43 -0500
>  Add a trigger to Jifty.pm to be run after all initialization (so plugins can use the database handle, or anything else)


> +    # For plugins that want all the above initialization, but want to run before
> +    # we begin serving requests
> +    Jifty->call_trigger('ready');


Given the globalness of trigger names, I feel like names should probably
be a bit more...verbose. Any feelings about what might be better here?


More information about the jifty-devel mailing list