embed php code in ini file
Posted: Thu Aug 27, 2009 7:02 am
Hi there,
I was wondering if anyone has experience or ideas about using php code in ini files and parse them like You would with parse_ini_file() ?
Example config.ini
I was wondering if anyone has experience or ideas about using php code in ini files and parse them like You would with parse_ini_file() ?
Example config.ini
Code: Select all
[field1]
data1 = text
data2 = <?NOW();?>
data3 = <?dgettext('project1','hello_world')?>