[Catalyst] Modifying Catalyst component load order
Eden Cardim
edencardim at gmail.com
Sat Jul 17 19:03:26 GMT 2010
>>>>> "Rob" == Rob Hoelz <rhoelz at inoc.com> writes:
Rob> This way, applications requiring a custom load order can
Rob> override determine_component_load_order if they which, and
Rob> plugins can override it to provide cool features like
Rob> dependency resolution.
Rob> Thoughts?
Load order makes the framework be less flexible IMO. Why don't you just
defer the execution of the initialization code until after
setup_components?
More information about the Catalyst
mailing list