deprecated functions?
How do i correct this error? THANKS
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Columns is deprecated in /usr/home/bendannie/public_html/tiffanybuyer.com/webassist/mysqli/rsobj.php on line 5
GETTING THESE ERRORS ON MSQLi
Deprecated: Creation of dynamic property WA_MySQLi_RS::$Connection is deprecated in /usr/home/bendannie/public_html/tiffanybuyer.com/webassist/mysqli/rsobj.php on line 6
Deprecated: Creation of dynamic property WA_MySQLi_RS::$CurrentPage is deprecated in /usr/home/bendannie/public_html/tiffanybuyer.com/webassist/mysqli/rsobj.php on line 7
Deprecated: Creation of dynamic property WA_MySQLi_RS::$CrossSiteProtect is deprecated in /usr/home/bendannie/public_html/tiffanybuyer.com/webassist/mysqli/rsobj.php on line 8
these are lines from the rsobj
class WA_MySQLi_RS {
public function __construct($name,$conn,$maxRows=0,$skipRows=0) {
$this->Columns = array();
$this->Connection = $conn;
$this->CurrentPage = $_SERVER['REQUEST_URI'];
$this->CrossSiteProtect = true;
$this->Debug = false;
$this->EncryptionAlgorithm = "blowfish";
$this->EncryptionKey = "Change Me";
$this->EncryptionMode = "cbc";