What's the best way to make objects available "globally"? I mean
available in the following:

1) In action controllers;
2) In Forms;
3) In Views;

Sure I can use registry and then assign these objects to the views
and/or forms in action controllers but what if I want to make these
objects automatically assigned to ALL action controllers, views and
forms in the project?

Reply via email to