a-blog cms PHP API Reference

Replication
in package

Table of Contents

Properties

$db  : Base
$dbName  : string
$dsn  : array<string|int, mixed>

Methods

__construct()  : mixed
authorityValidation()  : mixed
buildCreateTableSql()  : string
テーブル作成クエリの組み立て
buildInsertSql()  : void
データ投入sqlの組み立て
dropAllTables()  : void
全テーブルの削除
dropCashTable()  : void
一時テーブルの削除
getTableList()  : array<string|int, mixed>
全テーブルの取得
renameAllTable()  : void
全テーブルのリネーム
rewriteDomain()  : void
ドメインの書き換え

Properties

Methods

__construct()

public __construct([mixed $dsn = null ]) : mixed
Parameters
$dsn : mixed = null

authorityValidation()

public authorityValidation() : mixed
Tags
throws
RuntimeException

buildCreateTableSql()

テーブル作成クエリの組み立て

public buildCreateTableSql() : string
Return values
string

buildInsertSql()

データ投入sqlの組み立て

public buildInsertSql(string $table, resource &$handle) : void
Parameters
$table : string
$handle : resource

dropAllTables()

全テーブルの削除

public dropAllTables() : void

dropCashTable()

一時テーブルの削除

public dropCashTable() : void

getTableList()

全テーブルの取得

public getTableList() : array<string|int, mixed>
Return values
array<string|int, mixed>

renameAllTable()

全テーブルのリネーム

public renameAllTable() : void

rewriteDomain()

ドメインの書き換え

public rewriteDomain(string $new_domain, string $name) : void
Parameters
$new_domain : string
$name : string

        
On this page

Search results