voila j'execute la fonction
array_walk( $_POST, '$this->trim_value' ) ;
j'ai essayer différente syntaxe mais ca ne marche pas !alors que
$this->trim_value( mavaleur ) ; fonctionneest ce que j'ai loupé quelque chose ??
Code : Tout sélectionner
array_walk( $_POST, array( $this , 'trim_value' ) );