类不存在:app\common\model\BisLocation
来源:10-5 首页模块开发-分类和推荐位业务逻辑开发

4654646
2019-04-28
locations=model(′BisLocation′)−>getNormalLocationsInId(locations = model('BisLocation')->getNormalLocationsInId(locations=model(′BisLocation′)−>getNormalLocationsInId(deal->location_ids);
print_r($locations);exit;
显示的是类不存在:app\common\model\BisLocation
可是公共数据库中有basemodel 和 bislocation 的
<?php
/**
- basemodel 公共的model层
*/
namespace app\common\model;
use Think\Model;
class BaseModel extends Model
{
}
写回答
1回答
-
singwa
2019-04-28
亲爱的同学你好,类文件有没有写错呢?
00
相似问题