Пример #1
0
/**
 * @param: $field: string ( area_mls_defined, city, property_type or school_district or status )
 * @return: success: array
 * @return: failure: false
 */
function displetretsidx_get_filtered_field_options($field)
{
    return DispletRetsIdxResidentialsModel::get_filtered_field_options($field);
}
/**
 * @return: print: HTML markup
 */
function displetretsidx_the_save_search_registration_property_type_options()
{
    echo DispletRetsIdxUtilities::get_select_options(DispletRetsIdxResidentialsModel::get_filtered_field_options('property_type'), 'Property Type');
}