$c is a WeBWorK::Controller object so we can get the right table names
$path is the path to the file
Output is an array reference: [MO, static]
$c is a WeBWorK::Controller object so we can extract whatever parameters we want
$thing is a string of either 'textbook', 'textchapter', or 'textsection' to specify what to return.
If we are to return textbooks, then return an array of textbook names consistent with the DB subject, chapter, section selected.
$c is the WeBWorK::Controller object
$c is the WeBWorK::Controller object
$c is the WeBWorK::Controller object
$c is a WeBWorK::Controller object that has all needed data inside of it
Here, we search on all known fields out of r
This module provides access to the database of classify in the system. This includes the filenames, along with the table of search terms.
Written by Bill Ziemer. Modified by John Jones.