[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 430 lines (16 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 6 files vtlib/Vtiger/Module.php include/utils/VtlibUtils.php include/utils/utils.php modules/Utilities/Currencies.php config.db.php vtlib/Vtiger/Package.php |
Install_Utils_Model:: (10 methods):
getFailedPermissionsFiles()
getCurrentDirectiveValue()
getRecommendedDirectives()
getSystemPreInstallParameters()
getDefaultPreInstallParameters()
getCurrencyList()
isMySQL()
getMySQLVersion()
checkDbConnection()
installModules()
Class: Install_Utils_Model - X-Ref
getFailedPermissionsFiles() X-Ref |
Function returns all the files and folder that are not writable return: <Array> |
getCurrentDirectiveValue() X-Ref |
Function returns the php.ini file settings required for installing vtigerCRM return: <Array> |
getRecommendedDirectives() X-Ref |
Returns the recommended php settings for vtigerCRM return: type |
getSystemPreInstallParameters() X-Ref |
Function checks for vtigerCRM installation prerequisites return: <Array> |
getDefaultPreInstallParameters() X-Ref |
Function that provides default configuration based on installer setup return: <Array> |
getCurrencyList() X-Ref |
Returns list of currencies return: <Array> |
isMySQL($dbType) X-Ref |
Function checks if its mysql type param: type $dbType return: type |
getMySQLVersion($serverInfo) X-Ref |
Function returns mysql version param: type $serverInfo return: type |
checkDbConnection($db_type, $db_hostname, $db_username, $db_password, $db_name, $create_db=false, $create_utf8_db=true, $root_user='', $root_password='') X-Ref |
Function checks the database connection param: <String> $db_type param: <String> $db_hostname param: <String> $db_username param: <String> $db_password param: <String> $db_name param: <String> $create_db param: <String> $create_utf8_db param: <String> $root_user param: <String> $root_password return: <Array> |
installModules() X-Ref |
Function installs all the available modules |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |