moodle/enrol
martinlanghoff aa190ccd1e [multienrol]Merged Ethem Evlice's changes to authorize.net
Minimal changes -- with this, the tip of MOODLE_16_MULTIENROL is fully merged.
2006-03-09 04:14:12 +00:00
..
authorize [multienrol]Merged Ethem Evlice's changes to authorize.net 2006-03-09 04:14:12 +00:00
database [multienrol]Improved get_student/teacher_courses() functions to cache enrolment type that saves lots of recursive database query 2006-03-09 03:15:42 +00:00
flatfile [multienrol]Initial commit for multi enrolment plugin feature 2006-03-09 02:48:29 +00:00
ldap [multienrol]Improved get_student/teacher_courses() functions to cache enrolment type that saves lots of recursive database query 2006-03-09 03:15:42 +00:00
manual [multienrol]Renamed "internal" enrolment plugin to "manual" 2006-03-09 03:19:10 +00:00
paypal [multienrol]Renamed "internal" enrolment plugin to "manual" 2006-03-09 03:19:10 +00:00
enrol.class.php Used a proper function to update configuration setting 2005-10-04 21:38:40 +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