Property | Type | Description | |
---|---|---|---|
$_config | object | instance of the config class | |
$_directory | string | name of the directory | |
$_prefixPlaceholder | string | placeholder for the prefix |
Method | Description | |
---|---|---|
__construct ( |
constructor of the class | |
init ( string $directory = 'database' ) | init the class | |
insertData ( array $optionArray = null ) | insert the data | |
rawCreate ( ) | create from sql | |
rawDrop ( ) | drop from sql |
Method | Description | |
---|---|---|
_rawExecute ( string $action = null, string $type = 'mysql' ) | execute from sql |
public __construct ( |
||
$config | instance of the config class |
protected _rawExecute ( string $action = null, string $type = 'mysql' ) | ||
$action | string | action to process |
$type | string | type of the database |
public insertData ( array $optionArray = null ) | ||
$optionArray | array | options of the installation |
protected string $_prefixPlaceholder | ||
return | string |