Todo List
WhereClause | --ListWhereClause
ListWhereClause ListWhereClause( int $field, array $list)
The resulting WhereClause will pass rows (return true) if the value of the specified field is in the array.
void testRow( mixed $tablerow)