计算符合条件的记录数量。
function Model::count(array $params);
$model->count(array( 'where' => array( 'id > 5', "name='test' ", ), "group"=>"test_id", 'level' => 100, ));