摘要:
1.DB.php<?php 002 Class DB { 003 004 private $link_id; 005 private $handle; 006 private $is_log; 007 private $time; 008 009 //构造函数 010 public function __construct() { 011 $this->time = $this->microtime_float(); 012 require_once("config.db.php");... 阅读全文
posted @ 2013-05-20 13:37
Kernel1231
阅读(160)
评论(0)
推荐(0)
浙公网安备 33010602011771号