<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AXMLDB_Documentation</id>
	<title>Development:XMLDB Documentation - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AXMLDB_Documentation"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:XMLDB_Documentation&amp;action=history"/>
	<updated>2026-05-06T16:37:24Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:XMLDB_Documentation&amp;diff=12200&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:XMLDB_Documentation&amp;diff=12200&amp;oldid=prev"/>
		<updated>2024-10-21T08:59:22Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 08:59, 21 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:XMLDB_Documentation&amp;diff=12199&amp;oldid=prev</id>
		<title>1&gt;Jwjwj: Usage</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:XMLDB_Documentation&amp;diff=12199&amp;oldid=prev"/>
		<updated>2010-10-20T19:56:52Z</updated>

		<summary type="html">&lt;p&gt;Usage&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
XMLDB is Moodle&amp;#039;s database abstraction layer -- it is the library of code that lets Moodle interact with and access the database.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
&lt;br /&gt;
* [[Development:XMLDB introduction|Introduction]]: Where the general idea of XMLDB is explained.&lt;br /&gt;
* [[Development:XMLDB roadmap|Roadmap]]: An overall view of the process of implementing the XMLDB subsystem, with details for each point of the process.&lt;br /&gt;
* [[Development:XMLDB problems|Problems]]: A comprehensive list of issues that need to be determined/solved prior to incorporate them into the [[XMLDB Roadmap|roadmap]].&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
* [[Installing MSSQL for PHP]]: One short manual about the steps needed to successfully add MSSQL support to PHP.&lt;br /&gt;
* [[Installing Oracle for PHP]]: One short manual about the steps needed to successfully add Oracle support to PHP.&lt;br /&gt;
* [[Installing Moodle]]: The guide to install Moodle (once you have the [[Installing AMP|AMP platform]] working on your server).&lt;br /&gt;
&lt;br /&gt;
=== Developing ===&lt;br /&gt;
&lt;br /&gt;
* [[Development:DDL functions|DDL functions]]: One list of the new XMLDB Data Definition functions and their usage.&lt;br /&gt;
* [[Development:DML functions|DML functions]]: One list of the available Data Manipulation functions and their usage.&lt;br /&gt;
* [[Development:XMLDB defining an XML structure|XMLDB Usage]]: Explanation about the XML schema basis, the [[Development:XMLDB defining an XML structure#The XMLDB editor|XML editor]] embedded within Moodle, its [[Development:XMLDB defining an XML structure#Conventions|naming conventions]] and one simple but illustrative [[Development:XMLDB defining an XML structure#One example: the assignment module|example]].&lt;br /&gt;
* [[Development:Installing and upgrading plugin database tables]]&lt;br /&gt;
* [[Development:Coding|Coding guidelines]]: The main coding guidelines and, more exactly, the [[Development:Database|database structures section]] that you must follow carefully in order to produce good cross-db code.&lt;br /&gt;
* [[Development:Database Schema|Database schema]]: Moodle database diagrams in [http://fabforce.net/dbdesigner4/ DBDesigner4] format.&lt;br /&gt;
&lt;br /&gt;
=== Bugs and new features ===&lt;br /&gt;
&lt;br /&gt;
* [http://tracker.moodle.org/secure/IssueNavigator.jspa?reset=true&amp;amp;&amp;amp;type=1&amp;amp;pid=10011&amp;amp;resolution=-1&amp;amp;component=10131&amp;amp;sorter/field=issuekey&amp;amp;sorter/order=DESC XMLDB known bugs]&lt;br /&gt;
* [http://tracker.moodle.org/secure/IssueNavigator.jspa?reset=true&amp;amp;&amp;amp;type=4&amp;amp;type=2&amp;amp;type=3&amp;amp;type=5&amp;amp;pid=10011&amp;amp;resolution=-1&amp;amp;component=10131&amp;amp;sorter/field=issuekey&amp;amp;sorter/order=DESC XMLDB pending improvements and features]&lt;br /&gt;
* [http://moodle.org/mod/forum/view.php?id=55 Developers forum]: For general development discussions.&lt;br /&gt;
* [http://moodle.org/mod/forum/view.php?id=45 Databases forum]: For DBs related development discussions.&lt;br /&gt;
&lt;br /&gt;
=== Database engine documentation ===&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
* [http://www.postgresql.org/docs/8.4/interactive/index.html Postgres]&lt;br /&gt;
* [http://dev.mysql.com/doc/refman/5.0/en/index.html MySQL]&lt;br /&gt;
* [http://msdn.microsoft.com/en-us/library/ms189826.aspx MSSQL]&lt;br /&gt;
* [http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/toc.htm Oracle]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[Development:XMLDB column types|DB column types]] - Some links about column types inside every RDBMS and their characteristics.&lt;br /&gt;
* [[Development:XMLDB key and index naming|DB key and index naming]] - Some info about automatic naming of keys/indexes and other objects.&lt;br /&gt;
* [[Development:XMLDB reserved words|DB reserved words]] - A collection of reserver words inside each RDBMS.&lt;br /&gt;
&lt;br /&gt;
[[Category:XMLDB]]&lt;br /&gt;
[[Category:DB]]&lt;br /&gt;
[[Category:Installation]]&lt;/div&gt;</summary>
		<author><name>1&gt;Jwjwj</name></author>
	</entry>
</feed>