Exemplo n.º 1
0
 public function __construct($backendApplicationClassName)
 {
     //$front = Zend_Controller_Front::getInstance();
     //$bootstrap = $front->getParam("bootstrap");
     //$this->adapter = $bootstrap->getPluginResource('multidb')->getDb('def_noble');
     $this->adapter = new Base_Db_Pooler_Oracle('def_noble');
     parent::__construct($backendApplicationClassName);
 }
Exemplo n.º 2
0
 public function __construct($backendApplicationClassName)
 {
     $this->adapter = new Base_Db_Pooler_Oracle('def_noble');
     parent::__construct($backendApplicationClassName);
 }