Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier installation/view/summary/tmpl/default.php

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
 

Documentation des variables

◆ $path

$path = JPATH_CONFIGURATION . '/configuration.php'

◆ $prev

◆ $useftp

$useftp = file_exists($path) ? !is_writable($path) : !is_writable(JPATH_CONFIGURATION . '/')

◆ endforeach

endforeach

◆ endif

if ( $option->notice) endif

◆ foreach

foreach($this->phpsettings as $setting) (   $this->phpoptions as)