asp.net資料庫連線 整合了前面的PHP資料庫連線類別~~做成一個分頁類別!

WBOY
發布: 2016-07-29 08:35:20
原創
918 人瀏覽過

不知道學PHP有沒有前途~哎越寫越沒勁
 Class createdb    //類別的開始
 {
 var $db "localhost";///資料庫位址; 🎜> var $dbname = "root";//使用者名稱;
 var $dbpwd = "";//密碼;
 var $dbtable = "mysql";///使用的資料庫 var $result;    //結果集
 var $mysql;    //執行的my  {
  $this->conn = mysql_connect($this->db,$this->dbname,$this->dbpwd);
   mysql_select_db($this->dbtable,$this->conn);
 }
 function getresule() //這個是得到一個結果集
 {
($this->mysql,$this->conn);
 }
 function getrow() //建立一個向前的結果集指標
 {
  $this->result);
  return $this->row;
 }
 function closedatabase()
 {
  sql_close($-m-m-m-m-mh-m-m-h  }//類別結束,開始呼叫類別來讀取mysql資料庫資料.
//偵錯資料庫連線的程式碼!不需要的.
/* $bb = new createdb;  //類別實例化
$bb->createconn();// 調用類別的連接
 $bb->mysql="select * from friends_conf";
 $bb->getresule(); //調用類別得到結果集
 $bb->getresule(); //調用類別得到結果集
 while($bb->getrow()){      //呼叫類別建立指標前讀取循環讀取資料,
  echo($bb->row["confname"]);
  echo($bb->row["confname"]);
  echo($bb->row["confname"]);
  echo($bb- >row["confvalue"]);
 }*/
?>
//分頁類別~ 繼承了上面的方法
 Class pagefy extends createdb{ var $nametatol;    //總的記錄數
  var $namemust = 1; //每一頁想要顯示的記錄數
  var $pageall $m ;
  var $p = 8;  //需要顯示的頁碼;
  var $a;
  function gettat 資料庫
   $this->nametatol = $this->row[0];  //總的記錄數 
  }
  function this->pageall = $this->nametatol % $this->namemust;
   if($this->pageall)
   {
   all$this->page$ / $this->namemust) + 1;
    return  $this->a = $this->pageall ;
   } pageall = (int)($this->nametatol / $this->namemust);
   }
  }
  function  >pageall = $this->pageall - ($this->pageall - $this->p);
   while($this->pageall)
   {
  .php?n=$this->i'>$this->i");
    echo("  ");  //想顯示什麼樣式自己加上
    $this->i++;
    $this->pageall =$this->pageall -1;
   }
  }
  function get_num_pl()  }
  function get_num_pl()  }
  function get_num_pl()  
   $this->m = $_GET["n"] * $this->namemust - $this->namemust;
  }
  function showpage()  //顯示分頁的內容
  {
   $this->createconn();
   $this-m this->namemust";
   $this->getresule();
   while($this->getrow())
   {
 ;  //你想讀出的字段,自己加
    echo($this->row["confvalue"]);
   }
  }    echo("首頁");
  }
  function backpage( >   if($this->i = $_GET["n"] - 1)
   {
   echo("
i'>上一頁-> "); 
   }
  } 
  function nextpage()  //下一頁
  🎜> 🎜>   if($this->i a)
   {
    echo("
i' >");
   }
  }
  function footpage() //最後一頁
  {
  '>最後一頁
");
  } 
 }
?>
 $mm = new pagefy
;
; createconn();
 $mm->mysql="select count(*) from friends_conf";
 $mm->getresule();
 $mm->closedatabase()
;
 $mm->closedatabase()
;
 $mm->closedatabase()
;
 $mm ->getrow();
 $mm->gettatol();
 $mm->getpage();
 $mm->num_pl();
 $mm->get_num_pl();
 $mm->showpage();
 $mm->closedatabase();
 $mm->firstpage();
 $mm->backpage();
 $mm- >nextpage();
 $mm->footpage();
?>
這個類別已經調試完成!十分好用~~~~~~~~~~~~~~~~
類就是你的刀~不提前煉好,難到要等打架的時候再去煉呀!~早死人了~~
所有我一有空!就寫個方面的功能類~~~ ~~~       
應該來說我這個類~~相對簡單~~~看不懂的問~

以上就介紹了asp.net資料庫連線 整合了前面的PHP資料庫連線類別~~做成一個分頁類!,包括了asp.net資料庫連線方面的內容,希望對PHP教學有興趣的朋友有幫助。

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板