91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.03M
    文件類型: .php
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-29
  • 標簽:

資源簡介

Medoo  簡單操作數據庫類,非常強大

資源截圖

代碼片段和文件信息

/*!
?*?Medoo?database?framework
?*?https://medoo.in
?*?Version?1.6
?*
?*?Copyright?2018?Angel?Lai
?*?Released?under?the?MIT?license
?*/

namespace?Medoo;

use?PDO;
use?Exception;
use?PDOException;
use?InvalidArgumentException;

class?Raw?{
public?$map;
public?$value;
}

class?Medoo
{
public?$pdo;

protected?$type;

protected?$prefix;

protected?$statement;

protected?$dsn;

protected?$logs?=?[];

protected?$logging?=?false;

protected?$debug_mode?=?false;

protected?$guid?=?0;

public?function?__construct(array?$options)
{
if?(isset($options[?‘database_type‘?]))
{
$this->type?=?strtolower($options[?‘database_type‘?]);

if?($this->type?===?‘mariadb‘)
{
$this->type?=?‘mysql‘;
}
}

if?(isset($options[?‘prefix‘?]))
{
$this->prefix?=?$options[?‘p

評論

共有 條評論