2004-07-20 16:12:57
Logically separate atutor instances
I am trying to create logically separate instances of atutor (separate courses within an organization). Users within an organization should only see courses for that organization. I looked at ACollab but it appears to handle grouping within a course not courses within a group. My first thought was to dynamically set the DB_NAME in config.inc.php using a parameter passed when loading atutor and setting a session variable but once I'm logged into atutor the session variable is no longer available and the database reverts back to my default. Any ideas / thoughts / suggestions on what would be the best approach for this?