install.php

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

Версия 1.34.2.5 (checked in on 2008/07/09 at 21:48:41 by drumm)

Documentation for the installation and update system.

The update system is used by modules to provide database updates which are run with update.php.

Implementations of these hooks should be placed in a mymodule.install file in the same directory as mymodule.module.

Функции

ИмяОписание
install_already_done_errorShow an error page when Drupal has already been installed.
install_change_settingsConfigure and rewrite settings.php.
install_check_requirementsPage to check installation requirements and report any errors.
install_completePage displayed when the installation is complete. Called from install.php.
install_mainThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
install_missing_modules_errorShow an error page when Drupal is missing required modules.
install_no_profile_errorShow an error page when there are no profiles available.
install_select_localeFind all .po files for the current profile and allow admin to select which to use.
install_select_locale_form
install_select_profileFind all .profile files and allow admin to select which to install.
install_select_profile_form
install_settings_formForm API array definition for install_settings.
install_settings_form_submitForm API submit for install_settings form.
install_settings_form_validateForm API validate for install_settings form.
install_verify_drupalVerify if Drupal is installed.
install_verify_settingsVerify existing settings.php
_install_settings_form_validateHelper function for install_settings_validate.
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему