Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Stats error

Parašė Grazv1s· 2009 Vas. 22 12:02:43
#5

Ten reikia surasyt
$this->hostname = $hostname;
$this->username = $username;
$this->password = $password;
$this->database = $database;
$this->type = $typeDefault;
$this->connection = mysql_connect($this->hostname, $this->username, $this->password) or trigger_error(mysql_error(), E_ERROR);
mysql_select_db($this->database, $this->connection) or trigger_error(mysql_error(), E_ERROR);
}
ir
public $hostname;
public $username;
public $password;
public $database;

??

Redagavo Grazv1s· 2009 Vas. 22 12:02:57