cakephp findCount

字体大小: 中小 标准 ->行高大小: 标准
findCount
  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>";
     
    }

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/783.html