PHP Class Pop\Project\Install\Dbs

Author: Nick Sagona, III ([email protected])
Exibir arquivo 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