Configuration
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