db('table') bug

浏览:611 发布日期:2016/06/11 分类:ThinkPHP5专区 关键字: db bug
$table = db('tablename');
print_r($table->select());// no error
print_r($table->select());//error

第二次查询,tablename名丢失
最佳答案
评论( 相关
后面还有条评论,点击查看>>