From: Jimmy H. <ji...@ha...> - 2001-07-08 00:51:25
|
Hi > > So, the question(s) are: > > 1. Where should I define them for global scope? > > user/conf/conf.php (for the moment, soon the conf.xml) Why would you want to use xml configuration file instead of php? Wouldn't you think php parser works faster (even without with the help of php cache / zend cache) than xml parser? Please enlighten me on the reason. Thanks |