Posts made by Martin Dougiamas

Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
I use "social constructionism", which "includes" the epistemology of constructivism:

http://docs.moodle.org/en/Philosophy

In my view all of these should be viewed as referents for practice, rather than an approach to practice.

This means they just describe a world view that helps you make decisions about what you will do, rather than prescribe any particular methods.

I don't think you can "impose" constructivism or constructionism on anyone. But you can give them tools that perhaps encourage them to start making and sharing stuff and thus create conditions for better learning.
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Are you really trying to sort by id,concept,definition? That seems unusual (the 4th parameter is a sort) though maybe not the cause of the issue.

Still, please try this and let us know:


$results = get_records('glossary_entries', 'glossaryid', 2, 'concept', 'id, concept,definition');
print_object($results);


Note that the first field returned (id) MUST be unique.