Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

XMLDB Documentation: Difference between revisions

From MoodleDocs
m (Usage)
(Updating links to User docs)
Line 3: Line 3:
XMLDB is Moodle's database abstraction layer -- it is the library of code that lets Moodle interact with and access the database.
XMLDB is Moodle's database abstraction layer -- it is the library of code that lets Moodle interact with and access the database.


In this page you will find links to all the XMLDB-related documentation. Currently you will find documents both belonging to the [[:Category:XMLDB|XMLDB]] category and to the general [[:Category:Developer|Developer]] and [[:Category:Installation|Installation]] categories, plus some interesting external links.
In this page you will find links to all the XMLDB-related documentation. Currently you will find documents both belonging to the [[:Category:XMLDB|XMLDB]] category and to the general [[:Category:Installation|Installation]] category, plus some interesting external links.


=== Introduction ===
=== Introduction ===
Line 9: Line 9:
* [[XMLDB introduction|Introduction]]: Where the general idea of XMLDB is explained.
* [[XMLDB introduction|Introduction]]: Where the general idea of XMLDB is explained.
* [[XMLDB roadmap|Roadmap]]: An overall view of the process of implementing the XMLDB subsystem, with details for each point of the process.
* [[XMLDB roadmap|Roadmap]]: An overall view of the process of implementing the XMLDB subsystem, with details for each point of the process.
* [[XMLDB problems|Problems]]: A comprehensive list of issues that need to be determined/solved prior to incorporate them into the [[XMLDB Roadmap|roadmap]].
* [[XMLDB problems|Problems]]: A comprehensive list of issues that need to be determined/solved prior to incorporate them into the [[XMLDB roadmap|roadmap]].


=== Installation ===
=== Installation ===


* [[Installing MSSQL for PHP]]: One short manual about the steps needed to successfully add MSSQL support to PHP.
* [[:en:Installing MSSQL for PHP|Installing MSSQL for PHP]]: One short manual about the steps needed to successfully add MSSQL support to PHP.
* [[Installing Oracle for PHP]]: One short manual about the steps needed to successfully add Oracle support to PHP.
* [[:en:Installing Oracle for PHP|Installing Oracle for PHP]]: One short manual about the steps needed to successfully add Oracle support to PHP.
* [[Installing Moodle]]: The guide to install Moodle (once you have the [[Installing AMP|AMP platform]] working on your server).
* [[:en:Installing Moodle|Installing Moodle]]: The guide to install Moodle (once you have the [[:en:Installing AMP|AMP platform]] working on your server).


=== Developing ===
=== Developing ===

Revision as of 07:52, 21 September 2011


XMLDB is Moodle's database abstraction layer -- it is the library of code that lets Moodle interact with and access the database.

In this page you will find links to all the XMLDB-related documentation. Currently you will find documents both belonging to the XMLDB category and to the general Installation category, plus some interesting external links.

Introduction

  • Introduction: Where the general idea of XMLDB is explained.
  • Roadmap: An overall view of the process of implementing the XMLDB subsystem, with details for each point of the process.
  • Problems: A comprehensive list of issues that need to be determined/solved prior to incorporate them into the roadmap.

Installation

Developing

Bugs and new features

Database engine documentation

Here are convenient links to the reference documentation of the various database engines we support, should you need to check that something is supported by all of them:

See also