Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: DB layer 2.0 delegated transactions.

Development talk:DB layer 2.0 delegated transactions: Revision history

From MoodleDocs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 October 2009

  • curprev 14:3514:35, 30 October 2009Eloy Lafuente (stronk7) talk contribsm 899 bytes +899 New page: === Alternate API (from comments in Tracker/HQ chat === 6. Normal usage of the moodle_delegated_transaction will be: <code php> $transaction = $DB->start_require_transaction(); // Perform...