3.2.3 - 普通 - 已关闭
Notice: Undefined index: lite
File: Library/Think/Db.class.php
Line: 37
// 如果采用lite方式 仅支持原生SQL 包括query和execute方法
$class = $options['lite']? 'Think\Db\Lite' : 'Think\\Db\\Driver\\'.ucwords(strtolower($options['type']));
其中$options['lite']没做严格检验.