Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pop
Project
Install
Dbs
PHP Class Pop\Project\Install\Dbs
Author:
Nick Sagona, III (
[email protected]
)
Datei anzeigen
Open project: nicksagona/PopPHP
Class Usage Examples
Public Methods
Method
Description
check
(
array
$db
) :
string
Check the database
install
(
string
$dbname
,
array
$db
,
string
$dir
,
mixed
$install
= null,
boolean
$suppress
= false,
boolean
$clear
= true ) :
array
Install the database
Method Details
check()
public
static
method
Check the database
public
static
check
(
array
$db
) :
string
$db
array
return
string
install()
public
static
method
Install the database
public
static
install
(
string
$dbname
,
array
$db
,
string
$dir
,
mixed
$install
= null,
boolean
$suppress
= false,
boolean
$clear
= true ) :
array
$dbname
string
$db
array
$dir
string
$install
mixed
$suppress
boolean
$clear
boolean
return
array