![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Espaces de nommage | |
| Joomla\Installation | |
Variables | |
| $path = JPATH_CONFIGURATION . '/configuration.php' | |
| $useftp = file_exists($path) ? !is_writable($path) : !is_writable(JPATH_CONFIGURATION . '/') | |
| $prev = $useftp ? 'ftp' : 'database' | |
| endif | |
| foreach ( $this->phpoptions as $option) | |
| endforeach | |
| $path = JPATH_CONFIGURATION . '/configuration.php' |
| $prev = $useftp ? 'ftp' : 'database' |
| $useftp = file_exists($path) ? !is_writable($path) : !is_writable(JPATH_CONFIGURATION . '/') |
Référencé par InstallationControllerDatabase\execute(), et InstallationHtmlHelper\stepbar().
| endforeach |
| foreach($this->phpsettings as $setting) | ( | $this->phpoptions as | ) |