Help...
I have a base system directory that I want to use a source for many projects that share this source code.
Here is how the structure looks:
I have several directories that are symbolic links to the target directories:
For instance:
css
includes
xml
main <--- This is where the main files are sitting
js
I also have several files that are in the base systems directory that I have as symbolic links as well:
index.php, etc.
I have other files that have been copied to the target directory that are site specific, and will change from customer to customer.
These are the config files that define the customer site itself. This file is called by the base class file at the top of every page. My problem is, that I can read the file from the index.php page, but as I move on the system cannot read the file.
I have tried to pass the current working directory of the index.php page that reflects the customers file. However I am unable to get this to pass to the other pages.
Anyone ever have this situaion?
Thanks