随笔分类 -  03.PHP

摘要:user=$user; $this->pass=$pass; $this->dbname=$dbname; } //连接数据库 function conn(){ $link = oci_connect($this->user,$this->pass,$this->dbname); return $l... 阅读全文
posted @ 2014-07-08 15:24 一路尘风 阅读(6187) 评论(0) 推荐(1)