Forum » Izdelava spletišč » XOOPS install problem
XOOPS install problem
Juventus ::
Parse error: syntax error, unexpected T_CLONE, expecting T_STRING in C:\XAMPP\xampp\htdocs\xoops-2.0.6\html\kernel\object.php on line 528
528 vrstica pa je tole
function &clone()
{
$class = get_class($this);
$clone = new $class();
foreach ($this->vars as $k => $v) {
$clone->assignVar($k, $v['value']);
}
// need this to notify the handler class that this is a newly created object
$clone->setNew();
return $clone;
}
- ubistvu samo tale del function &clone()
528 vrstica pa je tole
function &clone()
{
$class = get_class($this);
$clone = new $class();
foreach ($this->vars as $k => $v) {
$clone->assignVar($k, $v['value']);
}
// need this to notify the handler class that this is a newly created object
$clone->setNew();
return $clone;
}
- ubistvu samo tale del function &clone()
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | GitHub PomočOddelek: Pomoč in nasveti | 5760 (4022) | BivšiUser2 |
» | [Java] array v voiduOddelek: Programiranje | 2320 (2019) | Spura |
» | Prireditev class = classOddelek: Programiranje | 1877 (1542) | noraguta |
» | Spletna trgovinaOddelek: Izdelava spletišč | 1079 (927) | msarc1 |
» | CD/DVD drajvi so me zapustili.Oddelek: Strojna oprema | 1147 (1082) | G3GANT1C |