Exemplo n.º 1
0
 /**
  * @deprecated
  */
 public static function activate($name)
 {
     trigger_error(__METHOD__ . '() is deprecated.', E_USER_DEPRECATED);
     self::$connection = self::getConnection($name);
 }
Exemplo n.º 2
0
 public static function activate($name)
 {
     self::$connection = self::getConnection($name);
 }