How to begin developing a new module

How to begin developing a new module

by Zoltán Szabó -
Number of replies: 1
Could you please suggest me a useful documentation about the details of moodle files and principles? I would like to begin to develop a new module (for sophisticated user registration).

Please do not refer to http://docs.moodle.org/en/Developer_documentation.
I am looking for a nice, simple example using PostgreSQL.

Thank you,
 Zoltán

Average of ratings: -
In reply to Zoltán Szabó

Re: How to begin developing a new module

by Jun Yamog -
Hi Zoltan,

You can look at [moodle dirroot]/auth directory.  In this directory there are different modules used to authenticate users in moodle.  You can look how each authentication plugin implements the callback function for user authentication.  Hope this helps.

Jun