public function wordOne(){ return $this->hasOne('TeachWord','id','w_id')->field('id,pid,title'); } 查询:以pid为条件查询 $sql = new TeachNews(); $sql= $sql->hasWhere('wordOne',['pid'=>$search['wordList']]);
练习-------租房子-----增删改查,多条件 一 .题目要求: 二 .做法: [1]建立数据库 [2]封装类文件------DBDA.class.php <?php class DBDA { public $fuwuqi="localhost"; //服务器地址 public $yonghuming="root";//用户名 public $mima="";//密码 public $dbconnect;//连接对象 //操作数据库的方