I have a problem, which seems to be in line $this->pd_db = object(
The shown error is
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/www/website/includes/PD.php on line 10 `
Here is my code
$this->pd_db = object(
'cstm' => object(
'table_name' => "customdata",
'table_version' => '1.0'
)
);
Please solve this.
I suspect that it should look like :
Though this seems like a pretty horrible idea…