references:joomla.framework:application:japplication-getcfggetCfg
Gets a configuration value. These values come from the configuration.php file which is generally stored in the base directory. Syntaxstring getCfg ( $varname )
ExamplesExample global $mainframe; echo $mainframe->getCfg( 'ftp_host' ); might produce Result ftp.ftphost.com which is the ftp host value that is stored in the configuration.php file. |


