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
 
chris collman (talk | contribs)
m fomat
Line 1: Line 1:
moodlelib.php is the main library file of miscellaneous general-purpose Moodle functions.
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

Revision as of 14:57, 8 January 2011

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