示例#1
0
function bsa_counter($id, $type)
{
    $model = new BSA_PRO_Model();
    $get_counter = $model->getCounter($id, $type);
    if ($get_counter) {
        return $get_counter;
    } else {
        return NULL;
    }
}