예제 #1
0
파일: Bootstrap.php 프로젝트: kminkov/Blog
 protected function _initMapper()
 {
     $this->bootstrap('db');
     Keplin_Model_Mapper_Abstract::setDefaultDb($this->getPluginResource('db')->getDbAdapter());
     Keplin_Flickr_Mapper_Abstract::setDefaultOptions($this->getOption('flickr'));
 }