This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
1
moodle database
Post Body
I am trying to fetch data from database in Moodle I do this:
$sql = " SELECT bbb.name, ue.name AS UeName, bbb.timecreated, bbb.timemodified FROM mdl_bigbluebuttonbn AS bbb JOIN mdl_block_report_bbb_user_events AS ue ON ue.meeting_id = bbb.id ";
$result = $DB->get_record_sql($sql);
var_dump($result);die();
but with the get_record_sql method I only get the first record in the database what should I do get all records in the database?
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/moodle/comm...