コード例 #1
0
 function __construct()
 {
     $db = new DB_Connect();
     $this->session = new SecureSessionHandler('bbc_recipes');
     $this->conn = $db->connect();
 }
コード例 #2
0
 function __construct()
 {
     $db = new DB_Connect();
     $this->session = new SecureSessionHandler('language_quiz');
     $this->conn = $db->connect();
 }