Re: [psa-devel]Next Steps
Brought to you by:
koivi
From: Justin K. <ju...@ko...> - 2003-05-30 14:59:51
|
OK, I have tested and made a few changes. I had a few problems with using the wildcards and SITE_PATH at first. I have added entries in the config for SitePath and SiteOldPath. If the app is moved, the SiteOldPath would hold the previous value of the SitePath, and SitePath would then hold the new site or app root (based on URI). Doing this elminimated problems of files having the same name in different folders being applied the same access rights. I am thinking that the XML file idea would work much better for this stuff because once you updated the file, you could run an update method that would actually update the database, eliminating the need for the stuff that I just hacked in. I won't commit to CVS just yet, I want to check out about using the XML file for initializing/updating the structure instead. |