moodle/enrol/README.txt
moodler b8e13a5742 Enrolment architecture version 0.5 !
The internal method (the default) simply replicates Moodle's
existing behaviour and is working fine.

The new flatfile module also works.

There is no admin config interface yet, I'm still implementing
this using templates.
2004-06-25 03:28:12 +00:00

16 lines
331 B
Plaintext

ENROLMENT MODULES
-----------------
(Yes, that's the correct English spelling ;-) )
enrol.class.php contains the base class and explains
all the possible functions that an enrolment module
can have.
Each plugin is in a subfolder here and extends the
base class as necessary.
Martin Dougiamas and Shane Elliott, Moodle.com