Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column

Configuration files

CONTENIDO can be configured in great detail using configuration files. These system-wide configuration files could be found in ROOT/data/config/<ENV> where <ENV> is your configured environment.

FileDescription
config.php

Defines general configuration values.

Note

This configuration file is generated by CONTENIDO during setup!

config.misc.phpThis file contains miscellaneous configuration values.
config.path.phpThis file contains configuration values for paths to important directories.
config.templates.phpThis file contains configuration values for template names.
config.local.php

This fil is optional and does not exist after a fresh setup.

Note
Put your modifications into the file 'config.local.php' to prevent that your changes are overwritten during a system update.
cfg_sql.inc.phpThis file contains configuration values for database table names.
Column
width300px

Table of Contents

...

NameDefaultDescriptionLocationSince
number_of_lines100Number of linesconfig.misc.php 
file_extensionsarray('txt', 'log')Searched file extensionsconfig.misc.php 

Table configuration

Template configuration Table configuration values can be defined as key value pairs of the array $cfg['tab'].

...

NameDefaultDescriptionLocation 
*   *Name of the database table including the prefix that was defined on setup.cfg_sql.inc.php 

Template configuration

Template configuration values can be defined as key value pairs of the array $cfg['templates'].

...