* Steps, on which kApplication should not be initialized, because of missing correct db table structure
*
* @var Array
*/
var$skipApplicationSteps=Array('check_paths','db_config'/*, 'install_setup'*/);// remove install_setup when application will work separately from install
/**
* Folders that should be writeable to continue installation
return$this->TableExists('ConfigurationValues')&&$this->Conn->GetOne('SELECT VariableValue FROM '.$table_prefix.'ConfigurationValues WHERE VariableName = \'InstallFinished\'');
}
functionCheckDatabase($check_installed=true)
{
// perform various check type to database specified
// 1. user is allowed to connect to database
// 2. user has all types of permissions in database