Note:

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

DML drivers

From MoodleDocs
Revision as of 23:04, 24 November 2008 by Petr Škoda (škoďák) (talk | contribs) (New page: {{Moodle_2.0}}Previous versions were using adodb abstraction partially encaplulated by old DML api. The database drivers are now fully separated from the rest of code and it is even possib...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Moodle 2.0

Previous versions were using adodb abstraction partially encaplulated by old DML api. The database drivers are now fully separated from the rest of code and it is even possible to create new native drivers that do not rely on adodb abstraction anymore.


TODO: add more info here, explanation and same examples.


See also

  • DML functions: Where all the functions used to handle DB data (DML) are defined.
  • DML exceptions: New DML code is throwing exceptions instead of returning false if anything goes wrong