Note:

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

Libraries Organization: Difference between revisions

From MoodleDocs
(New page: {{Moodle 2.0}} This document has for goal to defined a libraries structure to avoid to end up with a mess of function everywhere into Moodle. For example at this moment, group library func...)
(No difference)

Revision as of 06:05, 27 January 2010

Moodle 2.0


This document has for goal to defined a libraries structure to avoid to end up with a mess of function everywhere into Moodle. For example at this moment, group library functions can be found in group/lib.php, group/locallib.php and lib/grouplib.php.