Moodle is an open source learning management system (LMS) written in PHP.
3
votes
4answers
4k views
is there any API exists for Moodle?
I want to create a customized front end for Moodle. Does anyone know that from where I can get API for this? or any other help?
0
votes
1answer
525 views
Problem with PHP Session Object
I am facing some problem with my php session. I have deployed a plugin for file management in my moodle application.
The new plugin home page is behaving unexpectedly and is destroying the actual ...
2
votes
2answers
794 views
how to make moodle offline
hi i'm pretty new to the moodle and i would like to get some idea on making the moodle offline and the synchronization techniques that could be used between the server and the clients. (for both db ...
1
vote
1answer
371 views
Share user login/session between cakephp and moodle
I have a website already running made with CakePHP, which has its own login system using the Auth component.
Now I'm going to create another website using moodle, hosted in the same server. Is there ...