22/03/2013, 18:30:26
bess a écrit :autre solution : créé un fichier myconfig.php configuré ainsi :
Code :<?php
$config['extra'] = array();
$config['extra']['toto'] = 'toto';
$config['extra']['tata'] = 'tata';
?>
modifier config.php, ajouter vers la fin :
Code :include_once('myconfig.php');
?>
maintenant tu peux PARTOUT utiliser
Code :$config = $cmsms()->GetConfig();
$config_extra = $config['extra'];
et exploiter les données.
Votre idée me plaît énormément! Je me suis empressé à le tester mais j'ai un message d'erreur :
Citation :Fatal error: Function name must be a string in /var/www/citroen/lib/classes/class.usertagoperations.inc.php(260) : eval()'d code on line 83