Une parse error que j'arrive pas à trouver
Bonjour,
J'ai un p'tit problème avec ce bout de code :
Code:
1 2 3 4 5
| function updateOrderWithNoPreorderedData($id)
{
$this->updateOrderChildWithNoPreorderedData($id);
$row_array = $this->db->select_to_array($this->table, '*', "WHERE id_parent='$id' AND $this->updateOrderWithNoPreorderedData($value['id'])");
} |
Ca me sort ce message :
Citation:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in c:program fileseasyphp1-8www......class-arbo.php on line 173