Beispiel #1
0
 protected function _initMapper()
 {
     $this->bootstrap('db');
     Keplin_Model_Mapper_Abstract::setDefaultDb($this->getPluginResource('db')->getDbAdapter());
     Keplin_Flickr_Mapper_Abstract::setDefaultOptions($this->getOption('flickr'));
 }