Reading that manual is like 99% theoretical mumbo jumbo and 1% practical examples.
Solution
Bootstrap
http://pastebin.com/m63044980
- protected function _initRegDatabase()
- {
- //_________
- //
- // DUO
- //_________
- /*
- $resource = $bootstrap->getPluginResource('db');
- $db = $resource->getDbAdapter();
- var_dump($db); exit;
- */
- $this->bootstrap('db');
- $resourceDb = $this->getResource('db');
- //var_dump($resourceDb); exit;
- Zend_Db_Table_Abstract::setDefaultAdapter($resourceDb);
- Zend_Registry::set('db', $resourceDb);
-
- }
/apprentice
没有评论:
发表评论