findCount
string $conditions
string $conditions
返回conditions过滤后结果集的数量。即select count .....
function testfield(){
$this->autoRender = false;
$result =$this->Operator->findCount("email = 'hailang@21cn.com'");
echo "<pre>";
print_r($result);
echo "</pre>";
}