Is there any global variables or any other ways in which I can gain access to folder paths to e.g. the modules folder?
When I use e.g. getcwd() I get the path: ‘/oxid/admin’ but I cant move upwards in the folder structure because of php.ini config settings this creates a problem. Which will create a problem.
VirtueMart has these kinds of global vars for accessing diffrent folders like the classpath var: CLASSPATH. That will generate the path to the class files folder.