developing documentation for developer ?

developing documentation for developer ?

by Edward Chen -
Number of replies: 2
I am a JSP developer. but Moodle is PHP. my questions are

1. Does Moodle have plan to move PHP to JSP ?

2. Currently, PHP Moodle has any developing documentation for developer , just like javadoc ?

Moodle is great, I hope it has a JSP version soon.

Thanks.
Average of ratings: -
In reply to Edward Chen

Re: developing documentation for developer ?

by Dan Stowell -
1. Does Moodle have plan to move PHP to JSP ?

No. That would be like starting from scratch!

2. Currently, PHP Moodle has any developing documentation for developer , just like javadoc ?

Moodle developer documentation is here: http://moodle.org/mod/resource/view.php?id=17

Best
Dan
In reply to Dan Stowell

Re: developing documentation for developer ?

by Marcus Green -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

PHP offers considerable advantage is terms of low cost high performance server space of JSP. And as Dan says it would be like starting from scratch. I developed an online quiz system in JSP and after much work on that version converted to PHP, not a trivial activity.

There has been some use of the phpdoc tool which is heavily inspired by Javadoc and Martin D has recommended its use

http://moodle.org/doc/?frame=coding.html

It has not universally been adopted in moodle yet however