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 | 5641 (3903) | BivšiUser2 |
» | [Java] array v voiduOddelek: Programiranje | 2263 (1962) | Spura |
» | Prireditev class = classOddelek: Programiranje | 1850 (1515) | noraguta |
» | Spletna trgovinaOddelek: Izdelava spletišč | 1058 (906) | msarc1 |
» | CD/DVD drajvi so me zapustili.Oddelek: Strojna oprema | 1129 (1064) | G3GANT1C |