コード例 #1
0
ファイル: sub-cat.php プロジェクト: ElsayedAhmed/php-proj
 function __construct($id = -1)
 {
     if (self::$conn == Null) {
         self::$conn = mysqli_connect('localhost', 'root', 'iti', 'store');
     }
 }