I am going to create a ticket so plugins can use events within the
plugin so users won't have to clutter their events/files. Also making
plugin integration even easier.
On Nov 9, 6:51 am, "
m...@iamjamesgibson.com" <
m...@iamjamesgibson.com>
wrote:
> Hi Mike,
>
> The current release (1.0 RC1) allows you to specify that you would
> like apluginmethod mixed into the application scope with the
> attribute mixin="application". I have done this for the asset bundler
> and you can check out the code at the link below.
>
>
http://github.com/liferealized/assetbundler/blob/master/src/AssetBund...
>
> You will need to have users of thepluginadd the method call into
> the /events/onappliactionstart.cfm file though :(
>
> James
>
> On Nov 8, 2:05 pm, Mike Henke <
henkem...@gmail.com> wrote:
>
> > Is there a way in apluginto set some code to run like events/
> >onapplicationstart.cfm?
>
> > Basically, I was hoping to not require thepluginusers to add some
> > code to theironapplicationstart.cfm.
>
> > Thanks,