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
(→‎Database engine documentation: Changed link to current PG docs)
Line 15: Line 15:
* [[Installing MSSQL for PHP]]: One short manual about the steps needed to successfully add MSSQL support to 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.
* [[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|LAMP platform]] working in your server.
* [[Installing Moodle]]: The guide to install Moodle (once you have the [[Installing AMP|LAMP platform]] working in your server).


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

Revision as of 06:12, 12 May 2010


XMLDB is Moodle's database abstraction layer. That 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 Developer and Installation categories plus some interesting external links.

Introduction

  • Introduction: Where the general idea of the XMLDB whole thing is explained.
  • Roadmap: An overall view of the process of implementing the XMLDB subsystem, with details for each point of the process.
  • Problems: A comprensive list of issues that need to be determined/solved prior to incorporate them to 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