Ejemplo n.º 1
0
 /**
  * Prepare a connection for a new mysqli query.
  */
 function DBPreparedQuery()
 {
     self::$dbconn = new DBConnection();
 }