예제 #1
0
파일: Abstract.php 프로젝트: kminkov/Blog
 public static function setDefaultDb(Zend_Db_Adapter_Abstract $db)
 {
     self::$_defaultDb = $db;
 }