ThinkPHP在继承系统自带的Model类后报错为1146 40
具体报错为1146:Table'task.news_contr'doesn'texist[SQL语句]:SHOWCOLUMNSFROM`news_contr`代码为cla...
具体报错为1146:Table 'task.news_contr' doesn't exist [ SQL语句 ] : SHOW COLUMNS FROM `news_contr`
代码为class NewsController extends Model
{
public function one(){
$news_table = M('news');
$condition['author_id'] = '1';
$condition['category_id'] = '2';
$news_select = $news_table->where($condition)->select();
dump($news_select);
}
} 展开
代码为class NewsController extends Model
{
public function one(){
$news_table = M('news');
$condition['author_id'] = '1';
$condition['category_id'] = '2';
$news_select = $news_table->where($condition)->select();
dump($news_select);
}
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询