developing documentation for developer ?

developing documentation for developer ?

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.
評比平均分數: -
In reply to Edward Chen

Re: developing documentation for developer ?

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 ?

Marcus Green發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 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