Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JFrameworkConfig

Description

Located in /joomla/config.php (line 2)

Class JFrameworkConfig
Variable Summary
Variable mixed $cachetime
Variable mixed $caching
Variable mixed $db
Variable mixed $dbprefix
Variable mixed $dbtype
Variable mixed $debug
Variable mixed $editor
Variable mixed $fromname
Variable mixed $ftp_enable
Variable mixed $ftp_host
Variable mixed $ftp_pass
Variable mixed $ftp_port
Variable mixed $ftp_root
Variable mixed $ftp_user
Variable mixed $host
Variable mixed $language
Variable mixed $lifetime
Variable mixed $log_path
Variable mixed $mailer
Variable mixed $mailfrom
Variable mixed $offset
Variable mixed $password
Variable mixed $secret
Variable mixed $sendmail
Variable mixed $smtpauth
Variable mixed $smtphost
Variable mixed $smtppass
Variable mixed $smtpport
Variable mixed $smtpsecure
Variable mixed $smtpuser
Variable mixed $tmp_path
Variable mixed $user
Variables
mixed $cachetime = '900' (line 30)
mixed $caching = '0' (line 29)
mixed $db = '' (line 8)
mixed $dbprefix = 'jos_' (line 9)
mixed $dbtype = 'mysql' (line 4)
mixed $debug = 0 (line 28)
mixed $editor = 'none' (line 33)
mixed $fromname = '' (line 20)
mixed $ftp_enable = 0 (line 15)
mixed $ftp_host = '127.0.0.1' (line 10)
mixed $ftp_pass = '' (line 13)
mixed $ftp_port = '21' (line 11)
mixed $ftp_root = '' (line 14)
mixed $ftp_user = '' (line 12)
mixed $host = 'localhost' (line 5)
mixed $language = 'en-GB' (line 31)
mixed $lifetime = 15 (line 35)
mixed $log_path = '/var/logs' (line 17)
mixed $mailer = 'mail' (line 18)
mixed $mailfrom = 'admin@localhost.home' (line 19)
mixed $offset = 0 (line 34)
mixed $password = '' (line 7)
mixed $secret = null (line 32)
mixed $sendmail = '/usr/sbin/sendmail' (line 21)
mixed $smtpauth = '0' (line 22)
mixed $smtphost = 'localhost' (line 27)
mixed $smtppass = '' (line 26)
mixed $smtpport = '25' (line 24)
mixed $smtpsecure = 'none' (line 23)
mixed $smtpuser = '' (line 25)
mixed $tmp_path = '/tmp' (line 16)
mixed $user = '' (line 6)
Support Joomla!