* given a table and column, find all the unique values. This is a utility * method often used when building dropdown lists on a search form, or getting * values for pivot operations. * * @param string $table the table name * @param string $colname the column name * @return array the list of unique values */
($table, $colname)
source not stored for this graph (policy: none)
no test coverage detected