]> git.mjollnir.org Git - moodle.git/commit
Splitting datalib.php in three libraries:
authorstronk7 <stronk7>
Fri, 18 Aug 2006 22:56:08 +0000 (22:56 +0000)
committerstronk7 <stronk7>
Fri, 18 Aug 2006 22:56:08 +0000 (22:56 +0000)
commit7e13be0887e32c64aa165c051483f09676975273
treef9562d8e1804e363f321608522d04929e424e172
parentef82286874a823756861595d54f042ee2be134bd
Splitting datalib.php in three libraries:
  - ddllib.php: Where all the DDL (install/upgrade) functions will be.
  - dmllib.php: Where all the DML (select...) functions will be.
  - datalib.php: Legacy lib. Its contents should go to other libraries soon.
For more info see: http://docs.moodle.org/en/XMLDB_Roadmap (point 1)
lib/datalib.php
lib/ddllib.php
lib/dmllib.php [new file with mode: 0644]
lib/setup.php