cakephp saveField 用法

字体大小: 中小 标准 ->行高大小: 标准

 

function testa(){
     $this->autoRender = false;
     $this->Operator->id = 212;
     $result =$this->Operator->saveField('name','55浪');   //不能以数组的形式来保存啊.


     if($result){
      echo "sucessful==================================";
     }
                              
     echo "<pre>";
    // print_r($result);
     echo "</pre>";
     
    }

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