使用原生sql查询语句执行查询。
如:$rcSql ='select * from t_photo ';
$imglist1=$this->model->query($rcSql);//执行查询请问此时如何获得记录总数的值,即count();?