Esempio n. 1
0
 public static function setDefaultDbAdapter(Zend_Db_Adapter_Abstract $dbAdapter)
 {
     self::$_defaultDbAdapter = $dbAdapter;
 }