moodle/enrol
2005-01-30 09:09:44 +00:00
..
database Merged change to restore $CFG->prefix from stable 2004-09-25 15:33:06 +00:00
flatfile Flatfile now stores itself in the enrolment type field 2005-01-30 09:09:44 +00:00
internal fixed bad newlines and changed firstname lastname to call to fullname function 2004-09-29 21:13:53 +00:00
ldap Fixed bogus warnings about empty LDAP contexts. 2005-01-17 21:07:00 +00:00
paypal Paypal added support for Australian Dollars! Yay! 2005-01-11 15:07:49 +00:00
enrol.class.php Allow groups to have enrolment keys in addition to the course enrolment key. 2004-12-14 08:12:12 +00:00
index.html Stop people browsing enrolment modules 2005-01-23 04:17:41 +00:00
README.txt Enrolment architecture version 0.5 ! 2004-06-25 03:28:12 +00:00

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