From: alex b. <en...@tu...> - 2001-07-08 01:23:57
|
because we run those xml files thourgh an xml->php makefile that (you guessed it) turns xml into php with various filters. that allows us to use xml because it is convenient and clean, while avoiding the performance problems associated with parsing xml at runtime. _a ----- Original Message ----- From: "Jimmy Harlindong" <ji...@ha...> To: <bin...@li...> Sent: Saturday, July 07, 2001 5:52 PM Subject: RE: [binarycloud-dev] So-called user constants > 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 > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |