From: Andreas A. <a.a...@th...> - 2001-10-02 14:38:01
|
Hi Alex, we have different xml files, translated to php and used only during make (i.e. the language or image repository). These files are compiled to php and stored in the build tree (regarding to the docs). Why? We use them only during make and the php structures are not used on runtime (or are they?). So why creating them as files? Isn't it enough to parse the xml files and build the array internally, doing the replacement work and write the outputfiles? Why mess up the build tree with those files? Ok, it's not pain in the a** to have them there and the only advantage I see is for debugging purposes. Andi |