1
mrgym
developing for multiple module instances
  • 2003/10/17 17:27

  • mrgym

  • Just popping in

  • Posts: 28

  • Since: 2002/4/26


When developing, how do you keep an eye out for multiple installed instances? Look at all of the things that are interrelated;

- modversion['name']
- subdirectory name
- table names in /sql
- constants in language/[yourlanguage]/


One variable
Is there one variable that would always be available whether executing .php in the base module directory as well as admin/ ?

table names
Short of editing the table names in the SQL directory how would table names be converted?

Are there any individual modules that have solved this problem?