. */ require_once('SortByFunctionAndField.php'); class SortByField extends SortByFunctionAndField { function __construct($fieldName, $ascDesc = 'ASC') { parent::__construct('strcmp', $fieldName, $ascDesc); } }