Notice: Undefined offset: 8192 in /home/miphpf/domains/miphpf.com/public_html/includes/common.inc on line 499

Notice: Undefined offset: 8192 in /home/miphpf/domains/miphpf.com/public_html/includes/common.inc on line 506

Warning: Incorrect key file for table './miphpf_miphpfcom/watchdog.MYI'; try to repair it query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (0, 'php', 'preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/miphpf/domains/miphpf.com/public_html/includes/unicode.inc on line 291.', 2, '', 'http://www.miphpf.com/manual/configuration.html', '', '18.224.30.118', 1713559828) in /home/miphpf/domains/miphpf.com/public_html/includes/database.mysql.inc on line 121
Configuration | MIPHPF - Your Open Source RAD PHP Framework
Skip navigation.
Home

Configuration

: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/miphpf/domains/miphpf.com/public_html/includes/unicode.inc on line 291.

Framework configuration resides in Config.inc file in the framework installation folder. In the configuration file are set the following settings:

MI_DEFAULT_DB_USER - The default username used for database connections
MI_DEFAULT_DB_PASS - The default password used for database connections
MI_DEFAULT_DB_HOST - The default database server host
MI_DEFAULT_DB_NAME - The default database name

MI_RECORDS_PER_PAGE - Default number of records showed by the table pager
MI_DEFAULT_LANGUAGE - The default language used for internationalization
MI_TEMPLATE_BASEDIR - The template directory

The configuration constants can be changed at any time through the miSettings class