Que tal
CyberMauher,
Para acceder al bootstrap desde un controller, deberias hacer algo asi:
Código PHP:
Ver original...
$bootstrap = $this->getInvokeArg('bootstrap');
...
en tu caso seria:
Código PHP:
Ver original...
$resource = $this->getInvokeArg('bootstrap')->getPluginResource('multidb');
...
Saludos.