Bonjour,

J'ai un p'tit problème avec ce bout de code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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 :

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