Categories > TinyButStrong general (FR) >

tbs et parse_ini_file

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Zed
Date: 2010-08-23
Time: 13:51

tbs et parse_ini_file

bonjour,

j'utilise la fonction parse_ini_file pour avoir un tableau associatif à partir d'un fichier. J'utilise mergeblock() sur ce tableau mais quand j'appel, depuis un template :

[monbloque.macle]

j'obtiens "macle in not an existing key in the array".

c'est grave docteur ? :)



By: Skrol29
Date: 2010-08-24
Time: 01:07

Re: tbs et parse_ini_file

Salut,

Si tu as fait un simple parse_ini_file() alors il t'a retourné un tableau associatif simple.
Essai avec :
$res = parse_ini_file('fichier.ini');
$TBS->MergeBlock('monbloc', array($res));