国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

? ??? ?? ??? aDB? ??? ? ?????. ???? ??? ??? ???? ????.
L
L 2019-05-26 01:11:48
0
1
1267

<?php


abstract class aDB{


/*

*??????? ???? ?? ???? ?? ??? ????

*/

abstract public function conn();


?? ?? ?? query();


// ?? ?? ?? getAll(); Mysql? aDB? ?????{



public $link;


/*

*??????? ???? ?? ???? ?? ??? ????

*/


?? ?? conn(){

include 'config.php' ;

$this->link = new mysqli($cfg[' ???'], $cfg['???'], $cfg['pwd'], $cfg['db']);

var_dump( $this->link);


}


?? ?? ??($sql){

return $this->link->query($sql);

}

// ?? ?? getAll($sql){

// $ res = $this->query($sql);

// var_dump($res);

// }


}


$mysql = new Mysql();

$mysql->conn();

?>

L
L

?? ??(1)
L

??????? ???????. ?? ???? ????? ???? ??? ?? ??????