PHP中面向對象封裝的數據庫(基)類

<?php $config = include 'config.php'; $model = new Model($config); class Model { //連接 protected $link; //主機名 protected $host; //用戶名 protected $user; //密碼 protected $pwd; //字符集 protected $charset; //庫名
相關文章
相關標籤/搜索