mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
缓存驱动类更新
This commit is contained in:
@@ -31,7 +31,7 @@ class Sqlite {
|
||||
*/
|
||||
public function __construct($options=[]) {
|
||||
if ( !extension_loaded('sqlite') ) {
|
||||
throw new Exception('_NOT_SUPPERT_:sqlite');
|
||||
E('_NOT_SUPPERT_:sqlite');
|
||||
}
|
||||
if(!empty($options)) {
|
||||
$this->options = array_merge($this->options,$options);
|
||||
|
||||
Reference in New Issue
Block a user