Example #1
0
 public static function getSearchUrl($val = null, $key = null, $exclude = null, $arr = array('attrid'))
 {
     global $module_pinyin;
     $url = '/' . $module_pinyin . '/';
     $table = 'sline_model_attr';
     return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
 }
Example #2
0
 public static function getSearchUrl($val = null, $key = null, $exclude = null, $arr = array('monthid', 'dayid', 'attrid'))
 {
     $url = '/jieban/';
     $table = 'sline_jieban';
     return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
 }
Example #3
0
function getPhotoUrl($val = null, $key = null, $exclude = null)
{
    $arr = array('attrid');
    $url = "/photos/";
    $table = "#@__photo_attr";
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
}
Example #4
0
function getCarUrl($val = null, $key = null, $exclude = null)
{
    $arr = array('startplaceid', 'carkindid', 'displayorder', 'attrid');
    $url = "/cars/";
    $table = "#@__car_attr";
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table, 1);
}
Example #5
0
function getSearchUrl($val = null, $key = null, $exclude = null, $arr = array('priceid', 'sorttype', 'keyword', 'attrid'), $url = "/spots/", $table = "#@__spot_attr")
{
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
}
Example #6
0
function getSearchUrl($val = null, $key = null, $exclude = null, $arr = array('rankid', 'priceid', 'sorttype', 'title', 'attrid'), $url = "/hotels/", $table = "#@__hotel_attr")
{
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
}
Example #7
0
function getSearchUrl($val = null, $key = null, $exclude = null, $arr = array('para1', 'para2', 'day', 'priceid', 'sorttype', 'keyword', 'attrid', 'startcity'), $url = "/lines/", $table = "#@__line_attr")
{
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
}
Example #8
0
function getSearchUrl($val = null, $key = null, $exclude = null, $arr = array('countryid', 'cityid', 'visatypeid'), $url = "/visa/", $table = "")
{
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table, 0);
}
Example #9
0
function getTuanUrl($val = null, $key = null, $exclude = null, $arr = array('attrid', 'status'), $url = "/tuan/", $table = "#@__tuan_attr")
{
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
}
Example #10
0
function getArticleUrl($val = null, $key = null, $exclude = null)
{
    $arr = array('attrid');
    $url = "/raiders/";
    $table = "#@__article_attr";
    return Helper_Archive::getUrlStatic($val, $key, $exclude, $arr, $url, $table);
}