function __construct($mysqli_connection)
 {
     $this->m_db_connection = $mysqli_connection;
     parent::__construct();
 }