]> git.mjollnir.org Git - moodle.git/commit
Initial commit on HEAD of all the XMLDB stuff.
authorstronk7 <stronk7>
Tue, 15 Aug 2006 09:14:31 +0000 (09:14 +0000)
committerstronk7 <stronk7>
Tue, 15 Aug 2006 09:14:31 +0000 (09:14 +0000)
commit8165877a1729d798b9fbc1288890bbe4ae3caffb
treec467ff0782da4855836f0334d48cd2de44c73967
parentf11bf817010e67e057e77461402e96227f2aaec2
Initial commit on HEAD of all the XMLDB stuff.
12 files changed:
lib/xmldb/classes/XMLDBConstants.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBField.class.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBFile.class.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBIndex.class.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBKey.class.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBObject.class.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBStatement.class.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBStructure.class.php [new file with mode: 0644]
lib/xmldb/classes/XMLDBTable.class.php [new file with mode: 0644]
lib/xmldb/classes/generators/mysql/mysql.class.php [new file with mode: 0644]
lib/xmldb/xmldb.dtd [new file with mode: 0644]
lib/xmldb/xmldb.xsd [new file with mode: 0644]