Does anyone know how I can load all the settings of codeigniter into some external file, giving a require?
For example: A .css file that takes information from the database!
Does anyone know how to include, or which file to include, so that it loads all the configuration of the database that is already in application / config / database.php ??
Thank you in advance ...