- Posts: 14
Tips & Tricks
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
how to write our own code in joomdle ?
- Raheem
- Topic Author
- Offline
- New Member
-
Less
More
12 years 11 months ago #1
by Raheem
how to write our own code in joomdle ? was created by Raheem
hello every one.
I need to add a custom module in joomla which fetches the data from moodle.
If i added a image in moodle then how to get that image in joomla ?
i want to know the dataflow with a basic example.
plz can anyone help me.
thanks in advance
I need to add a custom module in joomla which fetches the data from moodle.
If i added a image in moodle then how to get that image in joomla ?
i want to know the dataflow with a basic example.
plz can anyone help me.
thanks in advance
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
12 years 11 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic how to write our own code in joomdle ?
It's a 2 step process:
- Write web service in Moodle side to return data
- Write module in Joomla to consume data
You can start looking at simple modules, like "my courses" to see how it all works.
- Write web service in Moodle side to return data
- Write module in Joomla to consume data
You can start looking at simple modules, like "my courses" to see how it all works.
Please Log in or Create an account to join the conversation.
- Raheem
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
12 years 11 months ago #3
by Raheem
Replied by Raheem on topic how to write our own code in joomdle ?
yeah i have seen it.
but i was very new to this moodle.
can u pls give me a simple & best example to understood what is going on there.
thankuu
but i was very new to this moodle.
can u pls give me a simple & best example to understood what is going on there.
thankuu
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
12 years 11 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic how to write our own code in joomdle ?
Well, I pointed you to one of the simplest modules, so it really does not get simpler than that 
You may need to study how Moodle webservices work in order to understand how things work:
docs.moodle.org/dev/Web_services
You may need to study how Moodle webservices work in order to understand how things work:
docs.moodle.org/dev/Web_services
Please Log in or Create an account to join the conversation.
- Raheem
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
12 years 11 months ago #5
by Raheem
Replied by Raheem on topic how to write our own code in joomdle ?
yeah surely i'll luk into dat..
thanqq
thanqq
Please Log in or Create an account to join the conversation.