[Flow] How to retrieve settings?

Axel Wüstemann awu at qbus.de
Mon Jan 6 19:30:29 CET 2014


Am 04.01.2014 14:15, schrieb Carsten Bleicker:
> hi axel,
>
> just an idea:
> settings are missing in my case too if i extend a controller from another one.
> example:
>
> class AbstractFooController extends ActionController{}
> class FooController extends AbstractFooController {} // settings injection works
> class BarController extends FooController {} // settings NOT injected
> class BazController extends BarController {} // settings NOT injected

I have in AbstractFooController in one package and a FooController 
extending the AbstractFooController in another package

The package structure is;

Qbus.Bestdesq
-> base package witgh the setting and the abstract controller

Qbus.Bestdesq.XXX
 > Module with controllers extending the abstract controller

So all together are one application wich should be possible to supply 
with centrally organised settings. In my special case up to now only a 
version number, wich should be displayed in the page footer ;=)

My problems seems not to be a too deeply nesting: I have only one level, 
but maybe the spread over multiple packages?

Thanks
Axel


More information about the Flow mailing list