Note:

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

Database FAQ

From MoodleDocs
Revision as of 11:05, 21 July 2011 by MUSTAFA AKIN İÇEL (talk | contribs) (Created page with "<?php function xmldb_mymodule_upgrade($oldversion) { global $CFG; $result = TRUE; // Insert PHP code from XMLDB Editor here return $result; } ?>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<?php

function xmldb_mymodule_upgrade($oldversion) {

   global $CFG;

   $result = TRUE;

// Insert PHP code from XMLDB Editor here

   return $result;

} ?>