We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/** * 构造方法 * */ public function __construct(array $attributes = []) { # TODO 数据库连接 # 设置缓存驱动 $this -> set_cache_driver(new CacheClass()); }