• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Accessing the correct Database in a Hosted Solution

New Here ,
Dec 19, 2007 Dec 19, 2007

Copy link to clipboard

Copied

Hi

anyone out there created many hosted applications. What is the best way to implement this so different user organisations will access their own database/stylesheets/defaults?

any discussion on this topic would be great....

Also, has anyone implemented a SCORM compliant API?

Mick
Australia
TOPICS
Advanced techniques

Views

147

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 20, 2007 Dec 20, 2007

Copy link to clipboard

Copied

LATEST
1 database for all sites.

Table: Sites
------------------------
SiteID
SiteName
SiteURL

Table: Settings
-------------------------
SettingID
SettingName

Table: SiteSettings
--------------------------
SiteID
SettingID
SettingValue

etc.

As for the CSS files, you could write them to disk, read to edit as needed, then rewrite to disk when updated.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation