Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Using XMLDB: Difference between revisions

From MoodleDocs
Pat B. (talk | contribs)
No edit summary
Pat B. (talk | contribs)
No edit summary
Line 3: Line 3:
==Developing module using XMLDB==
==Developing module using XMLDB==
If you are Moodle module developer, you might consider switching to XMLDB
If you are Moodle module developer, you might consider switching to XMLDB
Everywhere in Moodle now use XMLDB.
Everywhere in Moodle now use XMLDB. Developed to prevent from creating custom database schemas for different database system.
 
==Convert MySQL syntax to XMLDB==
This can be done easily by using XMLDB Editor built in every Moodle. Simply go to Administration >> Miscellaneous >> XMLDB Editor

Revision as of 14:48, 7 January 2008

(This docs is in progress of writing and editing, aimed to help third-party module developer to switch to XMLDB)

Developing module using XMLDB

If you are Moodle module developer, you might consider switching to XMLDB Everywhere in Moodle now use XMLDB. Developed to prevent from creating custom database schemas for different database system.

Convert MySQL syntax to XMLDB

This can be done easily by using XMLDB Editor built in every Moodle. Simply go to Administration >> Miscellaneous >> XMLDB Editor