Ejemplo n.º 1
0
 function __construct()
 {
     $db = new DB_Connect();
     $this->session = new SecureSessionHandler('bbc_recipes');
     $this->conn = $db->connect();
 }
Ejemplo n.º 2
0
 function __construct()
 {
     $db = new DB_Connect();
     $this->session = new SecureSessionHandler('language_quiz');
     $this->conn = $db->connect();
 }