Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

lib/moodlelib.php: Difference between revisions

From MoodleDocs
chris collman (talk | contribs)
no page link from Dev home page copied from heading
 
Note about plan not to migrate this page to the new developer resources. See template for more info.
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
moodlelib.php is the main library file of miscellaneous general-purpose Moodle functions.
{{Template:WillNotMigrate}}
moodlelib.php is the main library file of miscellaneous general purpose Moodle functions.


Other main libraries:
Other main libraries:
* - weblib.php     - functions that produce web output
* weblib.php - functions that produce web output  
* - datalib.php     - functions that access the database
* datalib.php - functions that access the database

Latest revision as of 03:27, 24 June 2022


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


moodlelib.php is the main library file of miscellaneous general purpose Moodle functions.

Other main libraries:

  • weblib.php - functions that produce web output
  • datalib.php - functions that access the database