How do you import for example your database username, hostname etc. With a
PHP named config.php file saying:
$conf['db']['username'] = ...
This is the way it is usualy done. But could you do it with XML (afraid of
the performance hit) or with a ini file;
My main concerns are: security, performance and ease of use.
What have you tried and found usefull?
Rutger
--
Rutger Claes rgc@rgc.tld
Replace tld with top level domain of belgium to contact me pgp:0x3B7D6BD6
Send some filthy mail.
PHP named config.php file saying:
$conf['db']['username'] = ...
This is the way it is usualy done. But could you do it with XML (afraid of
the performance hit) or with a ini file;
My main concerns are: security, performance and ease of use.
What have you tried and found usefull?
Rutger
--
Rutger Claes rgc@rgc.tld
Replace tld with top level domain of belgium to contact me pgp:0x3B7D6BD6
Send some filthy mail.
Comment