Vous êtes connecté en tant que anonymous Se Deconnecter
$ligne) { if (preg_match("#[ ]*([a-zA-Z-_]*)[ ]*[:][ ]*([a-zA-Z-_ ]*[ ]*)#", $ligne, $matches)) { $this->page[$matches[1]] = $matches[2]; } } $this->page['url_params'] = $base_param['params']; }else{ $this->page['name'] = $base_param['name']; $this->page['description'] = $base_param['description']; $this->page['params'] = $base_param['params']; } } }