Configure
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);
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);
Коментарии:
Добавить коментарий