开心五月在线观看av_亚洲AV美日韩AV丝袜美腿_亚洲成人AV无码在线_久久久99精品国产_国产免费私拍一区二区三区

數(shù)據(jù)庫鏈接錯誤 : Connection refused

87.       * @param dbConfig  數(shù)據(jù)庫配置
88.       */
89.      public function __construct($dbConfig)
90.      {
91.          $linkfunction = ( TRUE == $dbConfig['persistent'] ) ? 'mysql_pconnect' 'mysql_connect';
92.          $this->conn $linkfunction($dbConfig['host'].":".$dbConfig['port'], $dbConfig['login'], $dbConfig['password']) or spError("數(shù)據(jù)庫鏈接錯誤 : " mysql_error()); 
93.          mysql_select_db($dbConfig['database'], $this->conn) or spError("無法找到數(shù)據(jù)庫,請確認數(shù)據(jù)庫名稱正確!");
94.          $this->exec("SET NAMES UTF8");
95.      }
96.      /**
97.       對特殊字符進行過濾
154.          }
155.      }
156.      if(FALSE != $has_define){
157.          $argString '';$comma ''
158.          if(null != $args)for ($i 0$i count($args); $i ++) { $argString .= $comma "\$args[$i]"$comma ', '; } 
159.          eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);"); 
160.          return $GLOBALS['G_SP']["inst_class"][$class_name];
161.      }
162.      spError($class_name."類定義不存在,請檢查。");
163.  }
164. 
47.      {
48.          if( null == $this->tbl_name )$this->tbl_name $GLOBALS['G_SP']['db']['prefix'] . $this->table;
49.          if( '' == $GLOBALS['G_SP']['db_driver_path'] ){
50.              $GLOBALS['G_SP']['db_driver_path'] = $GLOBALS['G_SP']['sp_drivers_path'].'/'.$GLOBALS['G_SP']['db']['driver'].'.php';
51.          }
52.          $this->_db spClass('db_'.$GLOBALS['G_SP']['db']['driver'], array(0=>$GLOBALS['G_SP']['db']), $GLOBALS['G_SP']['db_driver_path']);
53.      }
54. 
55.      /**
56.       從數(shù)據(jù)表中查找一條記錄
57.       *
154.          }
155.      }
156.      if(FALSE != $has_define){
157.          $argString '';$comma ''
158.          if(null != $args)for ($i 0$i count($args); $i ++) { $argString .= $comma "\$args[$i]"$comma ', '; } 
159.          eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);"); 
160.          return $GLOBALS['G_SP']["inst_class"][$class_name];
161.      }
162.      spError($class_name."類定義不存在,請檢查。");
163.  }
164. 
81.  $__action = isset($_REQUEST[$GLOBALS['G_SP']["url_action"]]) ? 
82.      $_REQUEST[$GLOBALS['G_SP']["url_action"]] : 
83.      $GLOBALS['G_SP']["default_action"];
84. 
85.  // 自動執(zhí)行用戶代碼
86.  $conf spClass('m_conf')->find();
87.  define("RCMAPRQ",$conf['rcmaprq']);
88.  define("YUEFEN",$conf['yuefen']);
89.  if(RCMAPRQ<>date('Y-m-d')){
90.      define("GENGXIN",TRUE);
91.  }else{
5.  define('APP_PATH'dirname(__FILE__));
6.  define('SP_PATH'dirname(__FILE__).'/Comm/MyFrame');
7.  //加載配置文件
8.  require('config.php');
9.  //加載框架核心
10.  require(SP_PATH.'/SpeedPHP.php');
11.  //執(zhí)行應用
12.  spRun();
13.  ?>