is there any API exists for Moodle? [closed]

為{幸葍}努か 提交于 2019-12-03 03:25:00

[Edit: I have written on, moodle theme modification which we did at http://www.iank.it/category/e-learning/ for http://www.edupristine.com/ca ]

It will be very tiresome to create a complete new frontend for moodle, I would suggest choose a theme which looks closest to what you want and then start modifying it.

You will have to understand moodle's database and tables structure and also Moodle database Manipulation API.

After this you can straight jump into tinkering the moodle code and understand its core functions wherever required.
You would also benefit from many plugins available if you modify the moodle frontend instead of creating one.

nadavkav

You can install and then call Moodle's "webservices":

Also, call Moodle from MOSS:

or the new Moodle 2 Web Services:

Moodle can integrate well with Google Sites/Apps ,Joomla ,Drupal and Wordpress (SSO, Web Services...)

The Moodle core is well documented on their website. Try checking through those first.

You can also use the PHP cross reference API for moodle 1.9.9 at http://xref.moodle.org/nav.html?_functions/index.html

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!