コード例 #1
0
ファイル: Opr.php プロジェクト: abanoubmilad/shopnow
 function __construct()
 {
     include 'DB.php';
     self::$db = new DB();
 }