11.1.1 Configure

There is no translation yet for this section. Please help out and translate this.. More information about translations

In 1.1, many of the configuration options were defined as PHP constants within /app/core.php. In 1.2, configuration changes are written to a Configure object.

Configure::write('debug', 2);
  1. Configure::write('debug', 2);