Example #1
0
function getCarAttrGroupUrlCls($groupid)
{
    global $attrid;
    return Helper_Archive::getAttrUrlCls('on', $attrid, $groupid, '#@__car_attr');
}
Example #2
0
function getTuanAttrUrlCls($class, $attrid = null, $groupid = null, $table = '#@__tuan_attr')
{
    return Helper_Archive::getAttrUrlCls($class, $attrid, $groupid, $table);
}